summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-03-25 20:32:10 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-03-25 20:32:10 +0400
commite0af7cefb4c92b474d14116b40927d70c13e78cc (patch)
treeccb7693aca553fc73fdd06daba262ed02f755efe /features
parent03de5a5ceea394e03120dcda709058fb0f2c1ab6 (diff)
downloadgitlab-ce-e0af7cefb4c92b474d14116b40927d70c13e78cc.tar.gz
Typos fixed
Diffstat (limited to 'features')
-rw-r--r--features/snippets/snippets.feature2
-rw-r--r--features/steps/snippets/snippets.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/snippets/snippets.feature b/features/snippets/snippets.feature
index ebb4a7c0719..1119defa17d 100644
--- a/features/snippets/snippets.feature
+++ b/features/snippets/snippets.feature
@@ -1,4 +1,4 @@
-Feature: Snippets
+Feature: Snippets Feature
Background:
Given I sign in as a user
And I have public "Personal snippet one" snippet
diff --git a/features/steps/snippets/snippets.rb b/features/steps/snippets/snippets.rb
index 0ab636543a9..b185f605728 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -1,4 +1,4 @@
-class Snippets < Spinach::FeatureSteps
+class SnippetsFeature < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject