Sha256: cb16a0039814793b42de9265206582f69a0ab33b239235ce03d55fdbb3f196a9
Contents?: true
Size: 753 Bytes
Versions: 14
Compression:
Stored size: 753 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/step_definitions/web_steps.rb | | features/support/env.rb | | features/support/paths.rb | | features/support/selectors.rb | | lib/tasks/cucumber.rake | And the file "features/support/env.rb" should contain "require 'cucumber/rails'"
Version data entries
14 entries across 14 versions & 2 rubygems