diff options
Diffstat (limited to 'features/steps/project/graph.rb')
-rw-r--r-- | features/steps/project/graph.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb index 89fe5fdeadf..ea35406445b 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 |