summaryrefslogtreecommitdiff
path: root/features/steps/snippets/snippets.rb
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2014-10-07 11:54:00 +0300
committerValery Sizov <valery@gitlab.com>2014-10-07 11:54:00 +0300
commitfd8d1d9b62066766c96610b7d42b20fa0e84b0ac (patch)
tree3844f60a3ceb8bd2e11275cdd86d45b3103608a8 /features/steps/snippets/snippets.rb
parent70004f4ef6160e788e6a600b9da06608c8559aa2 (diff)
downloadgitlab-ce-fd8d1d9b62066766c96610b7d42b20fa0e84b0ac.tar.gz
Snippets: rename public to internal
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 dedbdd2c4f0..de936db85ee 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -46,7 +46,7 @@ class Spinach::Features::Snippets < Spinach::FeatureSteps
end
step 'I uncheck "Private" checkbox' do
- choose "Public"
+ choose "Internal"
click_button "Save"
end