From 62d15f8b52a4fe0636247d711d87d1f2850a63d4 Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 5 Nov 2015 16:15:10 -0500 Subject: [PATCH] cleanup --- features/support/urls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)