diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-22 16:30:25 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-22 16:30:25 +0200 |
commit | de6c8778f768674a504d5b8a63055060c455d771 (patch) | |
tree | dcfdb4d52cd3579cc7ccd356c92f5db389cf2674 /features/steps/project/hooks.rb | |
parent | b43e918a73c88a8d922c5c5d79e2aa2bf42a9d29 (diff) | |
download | gitlab-ce-de6c8778f768674a504d5b8a63055060c455d771.tar.gz |
Prefix Spinach features with Spinach::Features::.
Diffstat (limited to 'features/steps/project/hooks.rb')
-rw-r--r-- | features/steps/project/hooks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb index 2bd383676e7..79a51020568 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 |