Skip to content

Commit

Permalink
More cucumber 0.4 related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 20, 2009
1 parent e408375 commit 491f145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/support/env.rb
Expand Up @@ -11,10 +11,13 @@
config.mode = :rails
end


# Comment out the next line if you're not using RSpec's matchers (should / should_not) in your steps.
require 'cucumber/rails/rspec'
require 'webrat/core/matchers'

Cucumber::Rails::World.use_transactional_fixtures = true

# Pickle
require 'pickle/world'
require 'pickle/path/world'
Expand Down

0 comments on commit 491f145

Please sign in to comment.