Sha256: 2c12b572234f735949169e3e842e58a55090cea57839c2f078aaafc0c7dd5918
Contents?: true
Size: 390 Bytes
Versions: 199
Compression:
Stored size: 390 Bytes
Contents
Feature: /api/users @appmap-disable Scenario: A user can be created When I create a user Then the response status should be 201 Scenario: When a user is created, it should be in the user list Given I create a user And the response status should be 201 When I list the users Then the response status should be 200 And the response should include the user
Version data entries
199 entries across 107 versions & 1 rubygems