Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-04-06 00:56:07 +0300
committerFelipe Artur <felipefac@gmail.com>2016-04-18 17:12:27 +0300
commit07b38c3b389b8b0b6a3d6af7a38555c189e71afe (patch)
tree9121f5a70884a8ab60ee5dd7d4e160bacf69658b /spec/controllers
parent147879ae66fd742d13bbb5b72d492788bc48c8d9 (diff)
Code fixes
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/users_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/users_controller_spec.rb b/spec/controllers/users_controller_spec.rb
index 7701da9747a..948935bc10d 100644
--- a/spec/controllers/users_controller_spec.rb
+++ b/spec/controllers/users_controller_spec.rb
@@ -41,7 +41,7 @@ describe UsersController do
end
end
- context 'When public visibility level is restricted' do
+ context 'when public visibility level is restricted' do
before do
stub_application_setting(restricted_visibility_levels: [Gitlab::VisibilityLevel::PUBLIC])
end