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

Version Path
appmap-0.83.4 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.83.4 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.83.3 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.83.3 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.83.2 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.83.2 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.83.1 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.83.1 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.83.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.83.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.82.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.82.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.81.1 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.81.1 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.81.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.81.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.80.2 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.80.2 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.80.1 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.80.1 spec/fixtures/rails6_users_app/features/api_users.feature