Sha256: 7e8324cdb78e4d42acddb461d5e47eb66e4207fab7c9efa67756c493407f78a3

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

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

  Scenario: Install Cucumber-Rails
    Given I have created a new Rails 3 app "rails-3-app" with cucumber-rails support
    Then the following files should exist:
      | config/cucumber.yml                    |
      | script/cucumber                        |
      | features/support/env.rb                |
      | 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.1.1 features/install_cucumber_rails.feature
cucumber-rails-1.1.0 features/install_cucumber_rails.feature