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.66.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.66.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.65.1 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.65.1 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.65.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.65.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.64.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.64.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.63.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.63.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.62.1 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.62.1 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.62.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.62.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.61.1 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.61.1 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.61.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.61.0 spec/fixtures/rails6_users_app/features/api_users.feature
appmap-0.60.0 spec/fixtures/rails5_users_app/features/api_users.feature
appmap-0.60.0 spec/fixtures/rails6_users_app/features/api_users.feature