Skip to content

Commit

Permalink
cucumber/rails/active_record not found anymore - simply 'cucumber/rai…
Browse files Browse the repository at this point in the history
…ls' is the new style
  • Loading branch information
stain committed Apr 15, 2011
1 parent 45f7b63 commit 41448fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/support/env.rb
Expand Up @@ -9,9 +9,10 @@
require File.expand_path(File.dirname(__FILE__) + '/../../config/environment')

require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support
require 'cucumber/rails'
require 'cucumber/rails/rspec'
require 'cucumber/rails/world'
require 'cucumber/rails/active_record'
#require 'cucumber/rails/active_record'
require 'cucumber/web/tableish'

require 'capybara/rails'
Expand Down

0 comments on commit 41448fc

Please sign in to comment.