Sha256: ce442805e117160b6cee04d2e1b4ed6874a6d6efcddfd5f885ad78420a4db83f
Contents?: true
Size: 488 Bytes
Versions: 2
Compression:
Stored size: 488 Bytes
Contents
@api Feature: Countries api Background: Given I am a valid API user And I send and accept json Scenario: Retrieve a list of countries When I send a GET request to "/api/countries" Then the response status should be "200 OK" And the response should be an array with 100 countries Scenario: Retrieve a country When I send a GET request to "first country" Then the response status should be "200 OK" Then the response should have country information
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
MyCommerceapi-1.0.0 | api/features/countries.feature |
MyCommerce-0.0.3 | api/features/countries.feature |