From 89f7345f3ffdc212e60d4d657d878d1e5d6d6f9a Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 24 Sep 2014 08:28:41 +0200 Subject: Remove unnecessary page. from tests. --- features/steps/shared/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/shared/paths.rb') diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index ed0c623d1dc..babbef33ec4 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -419,6 +419,6 @@ module SharedPaths # ---------------------------------------- step 'page status code should be 404' do - page.status_code.should == 404 + status_code.should == 404 end end -- cgit v1.2.1