From de6c8778f768674a504d5b8a63055060c455d771 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 22 Sep 2014 16:30:25 +0200 Subject: Prefix Spinach features with Spinach::Features::. --- features/steps/profile/active_tab.rb | 2 +- features/steps/profile/emails.rb | 2 +- features/steps/profile/group.rb | 2 +- features/steps/profile/notifications.rb | 2 +- features/steps/profile/profile.rb | 2 +- features/steps/profile/ssh_keys.rb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'features/steps/profile') diff --git a/features/steps/profile/active_tab.rb b/features/steps/profile/active_tab.rb index 1924a6fa785..8d9b87de0f7 100644 --- a/features/steps/profile/active_tab.rb +++ b/features/steps/profile/active_tab.rb @@ -1,4 +1,4 @@ -class ProfileActiveTab < Spinach::FeatureSteps +class Spinach::Features::ProfileActiveTab < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedActiveTab diff --git a/features/steps/profile/emails.rb b/features/steps/profile/emails.rb index 99588c85991..e2eb35cbbe9 100644 --- a/features/steps/profile/emails.rb +++ b/features/steps/profile/emails.rb @@ -1,4 +1,4 @@ -class ProfileEmails < Spinach::FeatureSteps +class Spinach::Features::ProfileEmails < Spinach::FeatureSteps include SharedAuthentication Then 'I visit profile emails page' do diff --git a/features/steps/profile/group.rb b/features/steps/profile/group.rb index 03144104c7e..81d5bc15e21 100644 --- a/features/steps/profile/group.rb +++ b/features/steps/profile/group.rb @@ -1,4 +1,4 @@ -class ProfileGroup < Spinach::FeatureSteps +class Spinach::Features::ProfileGroup < Spinach::FeatureSteps include SharedAuthentication include SharedGroup include SharedPaths diff --git a/features/steps/profile/notifications.rb b/features/steps/profile/notifications.rb index e884df3098e..df96dddd06e 100644 --- a/features/steps/profile/notifications.rb +++ b/features/steps/profile/notifications.rb @@ -1,4 +1,4 @@ -class ProfileNotifications < Spinach::FeatureSteps +class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps include SharedAuthentication include SharedProject diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 5a7ac207314..adfaefb1644 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -1,4 +1,4 @@ -class Profile < Spinach::FeatureSteps +class Spinach::Features::Profile < Spinach::FeatureSteps include SharedAuthentication include SharedPaths diff --git a/features/steps/profile/ssh_keys.rb b/features/steps/profile/ssh_keys.rb index 65ca824bb5b..ba16a4202d7 100644 --- a/features/steps/profile/ssh_keys.rb +++ b/features/steps/profile/ssh_keys.rb @@ -1,4 +1,4 @@ -class ProfileSshKeys < Spinach::FeatureSteps +class Spinach::Features::ProfileSshKeys < Spinach::FeatureSteps include SharedAuthentication Then 'I should see my ssh keys' do -- cgit v1.2.1