From ef6e94e37e0fce23acf32992476aeb63405be0c1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 21 Sep 2014 23:40:22 +0200 Subject: Replace old spinach step definitions with step. --- features/steps/project/graph.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/project/graph.rb') diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb index 89fe5fdeadf..eb7cc42e942 100644 --- a/features/steps/project/graph.rb +++ b/features/steps/project/graph.rb @@ -2,7 +2,7 @@ class ProjectGraph < Spinach::FeatureSteps include SharedAuthentication include SharedProject - Then 'page should have graphs' do + step 'page should have graphs' do page.should have_selector ".stat-graph" end -- cgit v1.2.1