Sha256: 45c9805b72328750eb48de49056ba9a058c2b010678881b087d92d371772bf27

Contents?: true

Size: 430 Bytes

Versions: 7

Compression:

Stored size: 430 Bytes

Contents

Feature:
  As a developer
  In order to restrict editing using Mercury
  I should be able to use a generator to setup my application

  Scenario: I can install a basic authentication template
    Given I have created a new rails application
    When I successfully run `bundle exec rails generate mercury:install:authentication --trace`
    Then the following files should exist:
      | lib/mercury/authentication.rb           |

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
kiteditor-1.0.12 features/generators/authentication.feature
mercury-rails-0.9.0 features/generators/authentication.feature
mercury-rails-0.8.0 features/generators/authentication.feature
mercury-rails-0.7.1 features/generators/authentication.feature
mercury-rails-0.7.0 features/generators/authentication.feature
mercury-rails-0.6.0 features/generators/authentication.feature
mercury-rails-0.5.0 features/generators/authentication.feature