Closes: #68
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
@skip
|
||||
Feature: Kapow! server rejects insertion requests with malformed JSON bodies.
|
||||
Kapow! server will reject to insert a route when
|
||||
it receives a malformed JSON document in the
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
@skip
|
||||
Feature: Kapow! server rejects insertion requests with semantic errors.
|
||||
Kapow! server will refuse to insert routes when
|
||||
it receives a valid JSON but not conforming document.
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
@skip
|
||||
Feature: Consistent route ordering after inserting a route in a Kapow! server.
|
||||
When inserting routes the server will mantain the
|
||||
whole set of routes ordered and with consecutive indexes.
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
@skip
|
||||
Feature: Insert new routes in Kapow! server.
|
||||
Inserting routes allows users to configure the server. New
|
||||
routes could be inserted at the beginning or before any
|
||||
|
||||
Reference in New Issue
Block a user