Sha256: c6370b260296f2a816675e63c987549ecc10872a537f5be3342cf4ae11c812e1

Contents?: true

Size: 594 Bytes

Versions: 1

Compression:

Stored size: 594 Bytes

Contents

Feature: Rails
  In order to take over the world
  Cucumber-Rails should work on major versions
  of Rails 3 or 4 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                |
      | lib/tasks/cucumber.rake                |
    And the file "features/support/env.rb" should contain "require 'cucumber/rails'"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-rails-1.4.0 features/install_cucumber_rails.feature