Skip to content

Commit

Permalink
Fix cucumber 0.4 compat issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 15, 2009
1 parent dfd232a commit a36c7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions features/support/env.rb
Expand Up @@ -5,8 +5,6 @@

require 'cucumber/formatter/unicode'

Cucumber::Rails.use_transactional_fixtures

require 'webrat'

Webrat.configure do |config|
Expand Down
2 changes: 1 addition & 1 deletion features/support/paths.rb
Expand Up @@ -8,7 +8,7 @@ module NavigationHelpers
def path_to(page_name)
case page_name

when /the homepage/
when /the home\s?page/
'/'

# Add more mappings here.
Expand Down

0 comments on commit a36c7e0

Please sign in to comment.