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/shared/admin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/steps/shared/admin.rb') diff --git a/features/steps/shared/admin.rb b/features/steps/shared/admin.rb index 1b712dc6d04..b6072995677 100644 --- a/features/steps/shared/admin.rb +++ b/features/steps/shared/admin.rb @@ -1,11 +1,11 @@ module SharedAdmin include Spinach::DSL - And 'there are projects in system' do + step 'there are projects in system' do 2.times { create(:project) } end - And 'system has users' do + step 'system has users' do 2.times { create(:user) } end end -- cgit v1.2.1