summaryrefslogtreecommitdiff
path: root/spec/helpers/visibility_level_helper_spec.rb
diff options
context:
space:
mode:
authorMike Greiling <mgreiling@gitlab.com>2017-06-06 08:28:39 +0000
committerPhil Hughes <me@iamphill.com>2017-06-06 08:28:39 +0000
commite245d7eebe747378f4158b30634ab0da4df59117 (patch)
treec710812e72c181c066728817ef06c90e836acee3 /spec/helpers/visibility_level_helper_spec.rb
parent17feb2faa71416b3459003eeb2a877f2c65dd3ef (diff)
downloadgitlab-ce-e245d7eebe747378f4158b30634ab0da4df59117.tar.gz
Resolve "When changing project visibility setting, change other dropdowns automatically"
Diffstat (limited to 'spec/helpers/visibility_level_helper_spec.rb')
-rw-r--r--spec/helpers/visibility_level_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/visibility_level_helper_spec.rb b/spec/helpers/visibility_level_helper_spec.rb
index 8942b00b128..ad19cf9263d 100644
--- a/spec/helpers/visibility_level_helper_spec.rb
+++ b/spec/helpers/visibility_level_helper_spec.rb
@@ -37,7 +37,7 @@ describe VisibilityLevelHelper do
it "describes public projects" do
expect(project_visibility_level_description(Gitlab::VisibilityLevel::PUBLIC))
- .to eq "The project can be cloned without any authentication."
+ .to eq "The project can be accessed without any authentication."
end
end