features/install_cucumber_rails.feature in cucumber-rails-1.8.0 vs features/install_cucumber_rails.feature in cucumber-rails-2.0.0
- old
+ new
@@ -1,8 +1,8 @@
-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
+Feature: Install Cucumber Rails
+
+ Cucumber-Rails should work on supported versions
+ of Ruby on Rails, with Capybara 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 |