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/dashboard/dashboard.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/dashboard/dashboard.rb') diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb index eb735d9b567..7fcca732626 100644 --- a/features/steps/dashboard/dashboard.rb +++ b/features/steps/dashboard/dashboard.rb @@ -80,7 +80,7 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps end step 'I should see 1 project at group list' do - page.find('span.last_activity/span').should have_content('1') + find('span.last_activity/span').should have_content('1') end def project -- cgit v1.2.1