Commit de6c8778 authored by Ciro Santilli's avatar Ciro Santilli

Prefix Spinach features with Spinach::Features::.

parent b43e918a
class AdminActiveTab < Spinach::FeatureSteps
class Spinach::Features::AdminActiveTab < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedActiveTab
......
class AdminGroups < Spinach::FeatureSteps
class Spinach::Features::AdminGroups < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedUser
......
class AdminLogs < Spinach::FeatureSteps
class Spinach::Features::AdminLogs < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedAdmin
......
class AdminProjects < Spinach::FeatureSteps
class Spinach::Features::AdminProjects < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedAdmin
......
class AdminUsers < Spinach::FeatureSteps
class Spinach::Features::AdminUsers < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedAdmin
......
class DashboardActiveTab < Spinach::FeatureSteps
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedActiveTab
......
class Dashboard < Spinach::FeatureSteps
class Spinach::Features::Dashboard < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class EventFilters < Spinach::FeatureSteps
class Spinach::Features::EventFilters < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class DashboardIssues < Spinach::FeatureSteps
class Spinach::Features::DashboardIssues < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
......
class DashboardMergeRequests < Spinach::FeatureSteps
class Spinach::Features::DashboardMergeRequests < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
......
class DashboardProjects < Spinach::FeatureSteps
class Spinach::Features::DashboardProjects < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class DashboardShortcuts < Spinach::FeatureSteps
class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class DashboardWithArchivedProjects < Spinach::FeatureSteps
class Spinach::Features::DashboardWithArchivedProjects < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class Groups < Spinach::FeatureSteps
class Spinach::Features::Groups < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedGroup
......
class ProfileActiveTab < Spinach::FeatureSteps
class Spinach::Features::ProfileActiveTab < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedActiveTab
......
class ProfileEmails < Spinach::FeatureSteps
class Spinach::Features::ProfileEmails < Spinach::FeatureSteps
include SharedAuthentication
Then 'I visit profile emails page' do
......
class ProfileGroup < Spinach::FeatureSteps
class Spinach::Features::ProfileGroup < Spinach::FeatureSteps
include SharedAuthentication
include SharedGroup
include SharedPaths
......
class ProfileNotifications < Spinach::FeatureSteps
class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
......
class Profile < Spinach::FeatureSteps
class Spinach::Features::Profile < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
......
class ProfileSshKeys < Spinach::FeatureSteps
class Spinach::Features::ProfileSshKeys < Spinach::FeatureSteps
include SharedAuthentication
Then 'I should see my ssh keys' do
......
class ProjectActiveTab < Spinach::FeatureSteps
class Spinach::Features::ProjectActiveTab < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class ProjectArchived < Spinach::FeatureSteps
class Spinach::Features::ProjectArchived < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectBrowseBranches < Spinach::FeatureSteps
class Spinach::Features::ProjectBrowseBranches < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectBrowseCommits < Spinach::FeatureSteps
class Spinach::Features::ProjectBrowseCommits < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectBrowseCommitsUserLookup < Spinach::FeatureSteps
class Spinach::Features::ProjectBrowseCommitsUserLookup < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectBrowseFiles < Spinach::FeatureSteps
class Spinach::Features::ProjectBrowseFiles < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectBrowseGitRepo < Spinach::FeatureSteps
class Spinach::Features::ProjectBrowseGitRepo < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectBrowseTags < Spinach::FeatureSteps
class Spinach::Features::ProjectBrowseTags < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class CommentsOnCommitDiffs < Spinach::FeatureSteps
class Spinach::Features::CommentsOnCommitDiffs < Spinach::FeatureSteps
include SharedAuthentication
include SharedDiffNote
include SharedPaths
......
class CommentsOnCommits < Spinach::FeatureSteps
class Spinach::Features::CommentsOnCommits < Spinach::FeatureSteps
include SharedAuthentication
include SharedNote
include SharedPaths
......
class CreateProject < Spinach::FeatureSteps
class Spinach::Features::CreateProject < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
......
class ProjectFilterLabels < Spinach::FeatureSteps
class Spinach::Features::ProjectFilterLabels < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ForkProject < Spinach::FeatureSteps
class Spinach::Features::ForkProject < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class ProjectForkedMergeRequests < Spinach::FeatureSteps
class Spinach::Features::ProjectForkedMergeRequests < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedNote
......
class ProjectGraph < Spinach::FeatureSteps
class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
......
require 'webmock'
class ProjectHooks < Spinach::FeatureSteps
class Spinach::Features::ProjectHooks < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectIssueTracker < Spinach::FeatureSteps
class Spinach::Features::ProjectIssueTracker < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectIssues < Spinach::FeatureSteps
class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedNote
......
class ProjectLabels < Spinach::FeatureSteps
class Spinach::Features::ProjectLabels < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectMergeRequests < Spinach::FeatureSteps
class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedNote
......
class ProjectMilestones < Spinach::FeatureSteps
class Spinach::Features::ProjectMilestones < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectMultiselectBlob < Spinach::FeatureSteps
class Spinach::Features::ProjectMultiselectBlob < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectNetworkGraph < Spinach::FeatureSteps
class Spinach::Features::ProjectNetworkGraph < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class ProjectFeature < Spinach::FeatureSteps
class Spinach::Features::ProjectFeature < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectShortcuts < Spinach::FeatureSteps
class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class ProjectSearchCode < Spinach::FeatureSteps
class Spinach::Features::ProjectSearchCode < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectServices < Spinach::FeatureSteps
class Spinach::Features::ProjectServices < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class ProjectSnippets < Spinach::FeatureSteps
class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedNote
......
class ProjectTeamManagement < Spinach::FeatureSteps
class Spinach::Features::ProjectTeamManagement < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
......
class DiscoverSnippets < Spinach::FeatureSteps
class Spinach::Features::DiscoverSnippets < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedSnippet
......
class SnippetsFeature < Spinach::FeatureSteps
class Spinach::Features::SnippetsFeature < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
......
class UserSnippets < Spinach::FeatureSteps
class Spinach::Features::UserSnippets < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedSnippet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment