Skip to content

Commit

Permalink
Updated for Cucumber 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Ferris committed Oct 21, 2009
1 parent ca384d1 commit 5f13fcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ namespace :test do

Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "--format progress"
t.feature_pattern = "test/rails_root/features/*.feature"
t.profile = 'features'
end

Cucumber::Rake::Task.new(:features_for_views) do |t|
t.cucumber_opts = "--format progress"
t.feature_pattern = "test/rails_root/features/*.feature"
t.profile = 'features_for_views'
end
end

Expand Down
2 changes: 2 additions & 0 deletions cucumber.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
features: test/rails_root/features
features_for_views: test/rails_root/features
2 changes: 0 additions & 2 deletions test/rails_root/features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
require 'factory_girl'
require 'cucumber/rails/world'
require 'cucumber/formatter/unicode' # Comment out this line if you don't want Cucumber Unicode support
Cucumber::Rails.use_transactional_fixtures
Cucumber::Rails.bypass_rescue

require 'webrat'

Expand Down

0 comments on commit 5f13fcf

Please sign in to comment.