diff --git a/features/support/urls.rb b/features/support/urls.rb index 1ab7e96..38fc1b9 100644 --- a/features/support/urls.rb +++ b/features/support/urls.rb @@ -1,4 +1,4 @@ -module Paths +module Urls # Change this to switch environments TARGET = :Production @@ -30,4 +30,4 @@ def path_to(page_name) end -World(Paths) +World(Urls)