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