From de6c8778f768674a504d5b8a63055060c455d771 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 22 Sep 2014 16:30:25 +0200 Subject: [PATCH] Prefix Spinach features with Spinach::Features::. --- features/steps/admin/active_tab.rb | 2 +- features/steps/admin/groups.rb | 2 +- features/steps/admin/logs.rb | 2 +- features/steps/admin/projects.rb | 2 +- features/steps/admin/users.rb | 2 +- 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 +- features/steps/group/group.rb | 2 +- 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 +- features/steps/project/active_tab.rb | 2 +- features/steps/project/archived.rb | 2 +- features/steps/project/browse_branches.rb | 2 +- features/steps/project/browse_commits.rb | 2 +- features/steps/project/browse_commits_user_lookup.rb | 2 +- features/steps/project/browse_files.rb | 2 +- features/steps/project/browse_git_repo.rb | 2 +- features/steps/project/browse_tags.rb | 2 +- features/steps/project/comments_on_commit_diffs.rb | 2 +- features/steps/project/comments_on_commits.rb | 2 +- features/steps/project/create.rb | 2 +- features/steps/project/filter_labels.rb | 2 +- features/steps/project/fork.rb | 2 +- features/steps/project/forked_merge_requests.rb | 2 +- features/steps/project/graph.rb | 2 +- features/steps/project/hooks.rb | 2 +- features/steps/project/issue_tracker.rb | 2 +- features/steps/project/issues.rb | 2 +- features/steps/project/labels.rb | 2 +- features/steps/project/merge_requests.rb | 2 +- features/steps/project/milestones.rb | 2 +- features/steps/project/multiselect_blob.rb | 2 +- features/steps/project/network_graph.rb | 2 +- features/steps/project/project.rb | 2 +- features/steps/project/project_shortcuts.rb | 2 +- features/steps/project/search_code.rb | 2 +- features/steps/project/services.rb | 2 +- features/steps/project/snippets.rb | 2 +- features/steps/project/team_management.rb | 2 +- features/steps/snippets/discover.rb | 2 +- features/steps/snippets/snippets.rb | 2 +- features/steps/snippets/user.rb | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/features/steps/admin/active_tab.rb b/features/steps/admin/active_tab.rb index 8f09e51cce..2b76b04ae9 100644 --- a/features/steps/admin/active_tab.rb +++ b/features/steps/admin/active_tab.rb @@ -1,4 +1,4 @@ -class AdminActiveTab < Spinach::FeatureSteps +class Spinach::Features::AdminActiveTab < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedActiveTab diff --git a/features/steps/admin/groups.rb b/features/steps/admin/groups.rb index 9c1bcfefb9..c079ae7923 100644 --- a/features/steps/admin/groups.rb +++ b/features/steps/admin/groups.rb @@ -1,4 +1,4 @@ -class AdminGroups < Spinach::FeatureSteps +class Spinach::Features::AdminGroups < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedUser diff --git a/features/steps/admin/logs.rb b/features/steps/admin/logs.rb index 83958545c4..b2d54689eb 100644 --- a/features/steps/admin/logs.rb +++ b/features/steps/admin/logs.rb @@ -1,4 +1,4 @@ -class AdminLogs < Spinach::FeatureSteps +class Spinach::Features::AdminLogs < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedAdmin diff --git a/features/steps/admin/projects.rb b/features/steps/admin/projects.rb index 992aa46a8b..e4ae6c4d65 100644 --- a/features/steps/admin/projects.rb +++ b/features/steps/admin/projects.rb @@ -1,4 +1,4 @@ -class AdminProjects < Spinach::FeatureSteps +class Spinach::Features::AdminProjects < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedAdmin diff --git a/features/steps/admin/users.rb b/features/steps/admin/users.rb index 253c4609e8..289308bce1 100644 --- a/features/steps/admin/users.rb +++ b/features/steps/admin/users.rb @@ -1,4 +1,4 @@ -class AdminUsers < Spinach::FeatureSteps +class Spinach::Features::AdminUsers < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedAdmin diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb index d5db3339df..0e2c04fb29 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 84a480bd7f..13635598fd 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 d0fe5c9b64..8708c801f8 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 1344edfa80..6b5f88e589 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 e198bc0cf9..95c378fa20 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 8525156544..40526660be 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 d4484e7a20..a9083850b5 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 1bc69555b5..0217a2a1c1 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 diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb index c3ee42f112..1d692698d5 100644 --- a/features/steps/group/group.rb +++ b/features/steps/group/group.rb @@ -1,4 +1,4 @@ -class Groups < Spinach::FeatureSteps +class Spinach::Features::Groups < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedGroup diff --git a/features/steps/profile/active_tab.rb b/features/steps/profile/active_tab.rb index 1924a6fa78..8d9b87de0f 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 99588c8599..e2eb35cbbe 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 03144104c7..81d5bc15e2 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 e884df3098..df96dddd06 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 5a7ac20731..adfaefb164 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 65ca824bb5..ba16a4202d 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 diff --git a/features/steps/project/active_tab.rb b/features/steps/project/active_tab.rb index 2862256e03..324a44eaee 100644 --- a/features/steps/project/active_tab.rb +++ b/features/steps/project/active_tab.rb @@ -1,4 +1,4 @@ -class ProjectActiveTab < Spinach::FeatureSteps +class Spinach::Features::ProjectActiveTab < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/project/archived.rb b/features/steps/project/archived.rb index 8b490d2ffc..c61e5cab9c 100644 --- a/features/steps/project/archived.rb +++ b/features/steps/project/archived.rb @@ -1,4 +1,4 @@ -class ProjectArchived < Spinach::FeatureSteps +class Spinach::Features::ProjectArchived < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/browse_branches.rb b/features/steps/project/browse_branches.rb index cfc88bdad2..e2b5ca5961 100644 --- a/features/steps/project/browse_branches.rb +++ b/features/steps/project/browse_branches.rb @@ -1,4 +1,4 @@ -class ProjectBrowseBranches < Spinach::FeatureSteps +class Spinach::Features::ProjectBrowseBranches < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/browse_commits.rb b/features/steps/project/browse_commits.rb index 37207aafeb..d463541c1d 100644 --- a/features/steps/project/browse_commits.rb +++ b/features/steps/project/browse_commits.rb @@ -1,4 +1,4 @@ -class ProjectBrowseCommits < Spinach::FeatureSteps +class Spinach::Features::ProjectBrowseCommits < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/browse_commits_user_lookup.rb b/features/steps/project/browse_commits_user_lookup.rb index 198ea29f28..7a44f95bd3 100644 --- a/features/steps/project/browse_commits_user_lookup.rb +++ b/features/steps/project/browse_commits_user_lookup.rb @@ -1,4 +1,4 @@ -class ProjectBrowseCommitsUserLookup < Spinach::FeatureSteps +class Spinach::Features::ProjectBrowseCommitsUserLookup < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/browse_files.rb b/features/steps/project/browse_files.rb index d5e44f796c..c32c8bd6bc 100644 --- a/features/steps/project/browse_files.rb +++ b/features/steps/project/browse_files.rb @@ -1,4 +1,4 @@ -class ProjectBrowseFiles < Spinach::FeatureSteps +class Spinach::Features::ProjectBrowseFiles < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/browse_git_repo.rb b/features/steps/project/browse_git_repo.rb index 2c3017dd4e..983b78e10a 100644 --- a/features/steps/project/browse_git_repo.rb +++ b/features/steps/project/browse_git_repo.rb @@ -1,4 +1,4 @@ -class ProjectBrowseGitRepo < Spinach::FeatureSteps +class Spinach::Features::ProjectBrowseGitRepo < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/browse_tags.rb b/features/steps/project/browse_tags.rb index 6ccf5a8792..85cdc71ef7 100644 --- a/features/steps/project/browse_tags.rb +++ b/features/steps/project/browse_tags.rb @@ -1,4 +1,4 @@ -class ProjectBrowseTags < Spinach::FeatureSteps +class Spinach::Features::ProjectBrowseTags < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/comments_on_commit_diffs.rb b/features/steps/project/comments_on_commit_diffs.rb index fc397a4fa9..50b978a5d2 100644 --- a/features/steps/project/comments_on_commit_diffs.rb +++ b/features/steps/project/comments_on_commit_diffs.rb @@ -1,4 +1,4 @@ -class CommentsOnCommitDiffs < Spinach::FeatureSteps +class Spinach::Features::CommentsOnCommitDiffs < Spinach::FeatureSteps include SharedAuthentication include SharedDiffNote include SharedPaths diff --git a/features/steps/project/comments_on_commits.rb b/features/steps/project/comments_on_commits.rb index 56bb12a820..03e6867c7b 100644 --- a/features/steps/project/comments_on_commits.rb +++ b/features/steps/project/comments_on_commits.rb @@ -1,4 +1,4 @@ -class CommentsOnCommits < Spinach::FeatureSteps +class Spinach::Features::CommentsOnCommits < Spinach::FeatureSteps include SharedAuthentication include SharedNote include SharedPaths diff --git a/features/steps/project/create.rb b/features/steps/project/create.rb index b42e5bd362..11cb723684 100644 --- a/features/steps/project/create.rb +++ b/features/steps/project/create.rb @@ -1,4 +1,4 @@ -class CreateProject < Spinach::FeatureSteps +class Spinach::Features::CreateProject < Spinach::FeatureSteps include SharedAuthentication include SharedPaths diff --git a/features/steps/project/filter_labels.rb b/features/steps/project/filter_labels.rb index 9b31a6d9da..aaa0cfe337 100644 --- a/features/steps/project/filter_labels.rb +++ b/features/steps/project/filter_labels.rb @@ -1,4 +1,4 @@ -class ProjectFilterLabels < Spinach::FeatureSteps +class Spinach::Features::ProjectFilterLabels < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/fork.rb b/features/steps/project/fork.rb index 93ceaa0ebb..791c6b1ffb 100644 --- a/features/steps/project/fork.rb +++ b/features/steps/project/fork.rb @@ -1,4 +1,4 @@ -class ForkProject < Spinach::FeatureSteps +class Spinach::Features::ForkProject < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/project/forked_merge_requests.rb b/features/steps/project/forked_merge_requests.rb index 6ec527df13..e8a6d63530 100644 --- a/features/steps/project/forked_merge_requests.rb +++ b/features/steps/project/forked_merge_requests.rb @@ -1,4 +1,4 @@ -class ProjectForkedMergeRequests < Spinach::FeatureSteps +class Spinach::Features::ProjectForkedMergeRequests < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedNote diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb index 89fe5fdead..ea35406445 100644 --- a/features/steps/project/graph.rb +++ b/features/steps/project/graph.rb @@ -1,4 +1,4 @@ -class ProjectGraph < Spinach::FeatureSteps +class Spinach::Features::ProjectGraph < Spinach::FeatureSteps include SharedAuthentication include SharedProject diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb index 2bd383676e..79a5102056 100644 --- a/features/steps/project/hooks.rb +++ b/features/steps/project/hooks.rb @@ -1,6 +1,6 @@ require 'webmock' -class ProjectHooks < Spinach::FeatureSteps +class Spinach::Features::ProjectHooks < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/issue_tracker.rb b/features/steps/project/issue_tracker.rb index c2fd4e15c9..4810ee2073 100644 --- a/features/steps/project/issue_tracker.rb +++ b/features/steps/project/issue_tracker.rb @@ -1,4 +1,4 @@ -class ProjectIssueTracker < Spinach::FeatureSteps +class Spinach::Features::ProjectIssueTracker < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/issues.rb b/features/steps/project/issues.rb index 65c243a729..b61df6bdf5 100644 --- a/features/steps/project/issues.rb +++ b/features/steps/project/issues.rb @@ -1,4 +1,4 @@ -class ProjectIssues < Spinach::FeatureSteps +class Spinach::Features::ProjectIssues < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedNote diff --git a/features/steps/project/labels.rb b/features/steps/project/labels.rb index 62c1d74c71..b287e183b9 100644 --- a/features/steps/project/labels.rb +++ b/features/steps/project/labels.rb @@ -1,4 +1,4 @@ -class ProjectLabels < Spinach::FeatureSteps +class Spinach::Features::ProjectLabels < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/merge_requests.rb b/features/steps/project/merge_requests.rb index 3ffa3622f4..da3e5ec803 100644 --- a/features/steps/project/merge_requests.rb +++ b/features/steps/project/merge_requests.rb @@ -1,4 +1,4 @@ -class ProjectMergeRequests < Spinach::FeatureSteps +class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedNote diff --git a/features/steps/project/milestones.rb b/features/steps/project/milestones.rb index 5562b523d1..e296c9da0e 100644 --- a/features/steps/project/milestones.rb +++ b/features/steps/project/milestones.rb @@ -1,4 +1,4 @@ -class ProjectMilestones < Spinach::FeatureSteps +class Spinach::Features::ProjectMilestones < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/multiselect_blob.rb b/features/steps/project/multiselect_blob.rb index d4dc118697..c81d2b3b99 100644 --- a/features/steps/project/multiselect_blob.rb +++ b/features/steps/project/multiselect_blob.rb @@ -1,4 +1,4 @@ -class ProjectMultiselectBlob < Spinach::FeatureSteps +class Spinach::Features::ProjectMultiselectBlob < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/network_graph.rb b/features/steps/project/network_graph.rb index 9f5da28891..fbb01c81da 100644 --- a/features/steps/project/network_graph.rb +++ b/features/steps/project/network_graph.rb @@ -1,4 +1,4 @@ -class ProjectNetworkGraph < Spinach::FeatureSteps +class Spinach::Features::ProjectNetworkGraph < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb index 2ffa1a6297..3e7061a421 100644 --- a/features/steps/project/project.rb +++ b/features/steps/project/project.rb @@ -1,4 +1,4 @@ -class ProjectFeature < Spinach::FeatureSteps +class Spinach::Features::ProjectFeature < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/project_shortcuts.rb b/features/steps/project/project_shortcuts.rb index ce6e21a425..a10e7bf78e 100644 --- a/features/steps/project/project_shortcuts.rb +++ b/features/steps/project/project_shortcuts.rb @@ -1,4 +1,4 @@ -class ProjectShortcuts < Spinach::FeatureSteps +class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/project/search_code.rb b/features/steps/project/search_code.rb index 55218b6e74..5753296251 100644 --- a/features/steps/project/search_code.rb +++ b/features/steps/project/search_code.rb @@ -1,4 +1,4 @@ -class ProjectSearchCode < Spinach::FeatureSteps +class Spinach::Features::ProjectSearchCode < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb index 0594a08a5e..b56b413eac 100644 --- a/features/steps/project/services.rb +++ b/features/steps/project/services.rb @@ -1,4 +1,4 @@ -class ProjectServices < Spinach::FeatureSteps +class Spinach::Features::ProjectServices < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/project/snippets.rb b/features/steps/project/snippets.rb index feae535fbe..273703e0ef 100644 --- a/features/steps/project/snippets.rb +++ b/features/steps/project/snippets.rb @@ -1,4 +1,4 @@ -class ProjectSnippets < Spinach::FeatureSteps +class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedNote diff --git a/features/steps/project/team_management.rb b/features/steps/project/team_management.rb index ffc5016529..cce2b13aa8 100644 --- a/features/steps/project/team_management.rb +++ b/features/steps/project/team_management.rb @@ -1,4 +1,4 @@ -class ProjectTeamManagement < Spinach::FeatureSteps +class Spinach::Features::ProjectTeamManagement < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths diff --git a/features/steps/snippets/discover.rb b/features/steps/snippets/discover.rb index 0933793700..e5f2a6639c 100644 --- a/features/steps/snippets/discover.rb +++ b/features/steps/snippets/discover.rb @@ -1,4 +1,4 @@ -class DiscoverSnippets < Spinach::FeatureSteps +class Spinach::Features::DiscoverSnippets < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedSnippet diff --git a/features/steps/snippets/snippets.rb b/features/steps/snippets/snippets.rb index 040b5390a5..fd0dd6f9c7 100644 --- a/features/steps/snippets/snippets.rb +++ b/features/steps/snippets/snippets.rb @@ -1,4 +1,4 @@ -class SnippetsFeature < Spinach::FeatureSteps +class Spinach::Features::SnippetsFeature < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject diff --git a/features/steps/snippets/user.rb b/features/steps/snippets/user.rb index 2d7ffc866e..9f58b5a124 100644 --- a/features/steps/snippets/user.rb +++ b/features/steps/snippets/user.rb @@ -1,4 +1,4 @@ -class UserSnippets < Spinach::FeatureSteps +class Spinach::Features::UserSnippets < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedSnippet