From cada511f8b88671bb8a99600ed314c3beb5a36f4 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 25 Sep 2012 20:11:57 -0400 Subject: Add features for checking the "Active Tab" across various pages --- features/steps/shared/authentication.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features/steps/shared/authentication.rb') diff --git a/features/steps/shared/authentication.rb b/features/steps/shared/authentication.rb index 77d9839f5b7..2add91617fe 100644 --- a/features/steps/shared/authentication.rb +++ b/features/steps/shared/authentication.rb @@ -7,4 +7,8 @@ module SharedAuthentication Given 'I sign in as a user' do login_as :user end + + Given 'I sign in as an admin' do + login_as :admin + end end -- cgit v1.2.1