Style fix.
Note: "midst" tends to be used in more literary settings.
This commit is contained in:
@@ -83,9 +83,9 @@ Feature: Consistent route order after a route deletion in Kapow! server.
|
|||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: Removing a midst route.
|
Scenario: Removing a route from the middle.
|
||||||
After removing a midst route the remaining ones will
|
After removing a route from the middle, the remaining ones
|
||||||
maintain their relative order and the indexes of the
|
will maintain their relative order and the indexes of the
|
||||||
following routes will be decreased by one.
|
following routes will be decreased by one.
|
||||||
|
|
||||||
When I delete the second route
|
When I delete the second route
|
||||||
|
|||||||
@@ -99,10 +99,10 @@ Feature: Consistent route ordering after inserting a route in a Kapow! server.
|
|||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: Inserting a midst route.
|
Scenario: Inserting a route in the middle.
|
||||||
After inserting a midst route the previous route set
|
After inserting a route in the middle, the previous
|
||||||
will maintain their relative order and the indexes
|
route set will maintain their relative order and the indexes
|
||||||
of thefollowing routes will be increased by one.
|
of the following routes will be increased by one.
|
||||||
|
|
||||||
When I insert the route:
|
When I insert the route:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user