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/dashboard/active_tab.rb | 2 +- features/steps/dashboard/dashboard.rb | 2 +- features/steps/dashboard/event_filters.rb | 2 +- features/steps/dashboard/issues.rb | 2 +- features/steps/dashboard/merge_requests.rb | 2 +- features/steps/dashboard/projects.rb | 2 +- features/steps/dashboard/shortcuts.rb | 2 +- features/steps/dashboard/with_archived_projects.rb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'features/steps/dashboard') diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb index d5db3339df2..0e2c04fb299 100644 --- a/features/steps/dashboard/active_tab.rb +++ b/features/steps/dashboard/active_tab.rb @@ -1,4 +1,4 @@ -class DashboardActiveTab < Spinach::FeatureSteps +class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedActiveTab diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb index 84a480bd7f8..13635598fd4 100644 --- a/features/steps/dashboard/dashboard.rb +++ b/features/steps/dashboard/dashboard.rb @@ -1,4 +1,4 @@ -class Dashboard < Spinach::FeatureSteps +class Spinach::Features::Dashboard < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/dashboard/event_filters.rb b/features/steps/dashboard/event_filters.rb index d0fe5c9b64b..8708c801f84 100644 --- a/features/steps/dashboard/event_filters.rb +++ b/features/steps/dashboard/event_filters.rb @@ -1,4 +1,4 @@ -class EventFilters < Spinach::FeatureSteps +class Spinach::Features::EventFilters < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/dashboard/issues.rb b/features/steps/dashboard/issues.rb index 1344edfa80b..6b5f88e5895 100644 --- a/features/steps/dashboard/issues.rb +++ b/features/steps/dashboard/issues.rb @@ -1,4 +1,4 @@ -class DashboardIssues < Spinach::FeatureSteps +class Spinach::Features::DashboardIssues < Spinach::FeatureSteps include SharedAuthentication include SharedPaths diff --git a/features/steps/dashboard/merge_requests.rb b/features/steps/dashboard/merge_requests.rb index e198bc0cf9c..95c378fa201 100644 --- a/features/steps/dashboard/merge_requests.rb +++ b/features/steps/dashboard/merge_requests.rb @@ -1,4 +1,4 @@ -class DashboardMergeRequests < Spinach::FeatureSteps +class Spinach::Features::DashboardMergeRequests < Spinach::FeatureSteps include SharedAuthentication include SharedPaths diff --git a/features/steps/dashboard/projects.rb b/features/steps/dashboard/projects.rb index 85251565446..40526660beb 100644 --- a/features/steps/dashboard/projects.rb +++ b/features/steps/dashboard/projects.rb @@ -1,4 +1,4 @@ -class DashboardProjects < Spinach::FeatureSteps +class Spinach::Features::DashboardProjects < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/dashboard/shortcuts.rb b/features/steps/dashboard/shortcuts.rb index d4484e7a20f..a9083850b52 100644 --- a/features/steps/dashboard/shortcuts.rb +++ b/features/steps/dashboard/shortcuts.rb @@ -1,4 +1,4 @@ -class DashboardShortcuts < Spinach::FeatureSteps +class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/dashboard/with_archived_projects.rb b/features/steps/dashboard/with_archived_projects.rb index 1bc69555b56..0217a2a1c1d 100644 --- a/features/steps/dashboard/with_archived_projects.rb +++ b/features/steps/dashboard/with_archived_projects.rb @@ -1,4 +1,4 @@ -class DashboardWithArchivedProjects < Spinach::FeatureSteps +class Spinach::Features::DashboardWithArchivedProjects < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject -- cgit v1.2.1