Skip to content

Commit

Permalink
Merge pull request #50 from rezzza/tyx-patch-1
Browse files Browse the repository at this point in the history
:cops: Update tests
  • Loading branch information
tyx committed Jun 8, 2016
2 parents 6e0a89c + bf44708 commit c2294c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/json_inspection.feature
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Feature: Test json inspection payload
Scenario: Json array should contain specific values
Then the JSON array node "fooarray" should contain "bar1" element
And the JSON array node "fooarray" should contain "bar2" element

Scenario: Json array should not contain specific values
Then the JSON array node "fooarray" should not contain "bar3" element

Scenario: Json nodes should contain specific values
Then the JSON node "foo" should contain "a"
Expand Down

0 comments on commit c2294c4

Please sign in to comment.