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