summaryrefslogtreecommitdiff
path: root/features/steps/profile/notifications.rb
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-22 16:30:25 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-22 16:30:25 +0200
commitde6c8778f768674a504d5b8a63055060c455d771 (patch)
treedcfdb4d52cd3579cc7ccd356c92f5db389cf2674 /features/steps/profile/notifications.rb
parentb43e918a73c88a8d922c5c5d79e2aa2bf42a9d29 (diff)
downloadgitlab-ce-de6c8778f768674a504d5b8a63055060c455d771.tar.gz
Prefix Spinach features with Spinach::Features::.
Diffstat (limited to 'features/steps/profile/notifications.rb')
-rw-r--r--features/steps/profile/notifications.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/notifications.rb b/features/steps/profile/notifications.rb
index e884df3098e..df96dddd06e 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