Sha256: ce859f4eb13eeed3634ebc59072301aeb3f370bf8252a928835617b0d79089b8

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 Bytes

Contents

Feature: copy routes to host application

   Background:
    Given I have a project with clearance

   Scenario:
    When I successfully run `bundle exec rails generate clearance:install`
    And I successfully run `bundle exec rails generate clearance:routes`
    Then the file "config/routes.rb" should contain "get '/sign_in' => 'clearance/sessions#new', as: 'sign_in'"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clearance-1.6.0 features/copy_routes_to_host_application.feature
clearance-1.5.1 features/copy_routes_to_host_application.feature
clearance-1.5.0 features/copy_routes_to_host_application.feature