summaryrefslogtreecommitdiff
path: root/features/steps/snippets/snippets.rb
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-10-06 00:48:00 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-10-06 00:48:00 +0200
commitff43500024f707a435cbcad43eb4d467368aabfe (patch)
tree1a57a0f4c5879a5b17188bbe1b7a65114927be34 /features/steps/snippets/snippets.rb
parentbb929c2117c8a45620eb37b55d43f5cb8a215572 (diff)
parentfa34901237cc244fe8b828d079af891e63de1c8f (diff)
downloadgitlab-ce-ff43500024f707a435cbcad43eb4d467368aabfe.tar.gz
Merge pull request #7940 from cirosantilli/uniform-spinach-names
Make Spinach test names consistent [failure unrelated]
Diffstat (limited to 'features/steps/snippets/snippets.rb')
-rw-r--r--features/steps/snippets/snippets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/snippets/snippets.rb b/features/steps/snippets/snippets.rb
index e8154c8ce57..dedbdd2c4f0 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -1,4 +1,4 @@
-class Spinach::Features::SnippetsFeature < Spinach::FeatureSteps
+class Spinach::Features::Snippets < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject