UNPKG

485 BJavaScriptView Raw
1/**
2 * Kettle HTTP Methods Tests
3 *
4 * Copyright 2014-2015 Raising The Floor - International
5 *
6 * Licensed under the New BSD license. You may not use this file except in
7 * compliance with this License.
8 *
9 * You may obtain a copy of the License at
10 * https://github.com/fluid-project/kettle/blob/master/LICENSE.txt
11 */
12
13"use strict";
14
15var kettle = require("../kettle.js");
16
17require("./shared/HTTPMethodsTestDefs.js");
18
19kettle.test.bootstrapServer(kettle.tests.HTTPMethods.testDefs);