Sha256: 3b395bbfd496b9327420a14402dca62544a958d996476974126a21c314963ae9

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 Bytes

Contents

Feature: Rails
  In order to take over the world
  Cucumber-Rails should work on major versions
  of Rails and Ruby, with Capybara, Spork and DatabaseCleaner

  Scenario: Install Cucumber-Rails
    Given I have created a new Rails app and installed cucumber-rails
    Then the following files should exist:
      | config/cucumber.yml                    |
      | script/cucumber                        |
      | features/support/env.rb                |
      | features/step_definitions/.gitkeep     |
      | lib/tasks/cucumber.rake                |
    And the file "features/support/env.rb" should contain "require 'cucumber/rails'"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber-rails-1.8.0 features/install_cucumber_rails.feature
cucumber-rails-1.7.0 features/install_cucumber_rails.feature