Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Downie committed Apr 18, 2011
1 parent 978739a commit 96c17c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
6 changes: 6 additions & 0 deletions features/distillery.feature
@@ -0,0 +1,6 @@
Feature: testing the distillery website

Scenario: Confirm Locations
* I am on the distillery page
* I click the "Contact Us" link
* I should see the text "Mt. Hope"
11 changes: 0 additions & 11 deletions features/google.feature

This file was deleted.

4 changes: 2 additions & 2 deletions features/support/paths.rb
Expand Up @@ -20,8 +20,8 @@ def path_to(page_name)
when /the youtube page/i
@environment + "youtube.com"

when /the google page/i
@environment + "google.com"
when /the distillery page/i
@environment + "thedistillery.com"

else
raise "Can't find mapping from \"#{page_name}\" to a path.\n" +
Expand Down

0 comments on commit 96c17c5

Please sign in to comment.