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:
authorMichael Kozono <mkozono@gmail.com>2017-05-03 22:01:44 +0300
committerMichael Kozono <mkozono@gmail.com>2017-05-05 22:12:49 +0300
commitfc061c2ecd2e292383017c703220bfb22d0d6dce (patch)
tree46345a721098efa1556a62706e47f2eb2f0bb7db /spec/features/projects/features_visibility_spec.rb
parent03144e1c0f2ba41a7570850b69d5029bc2619fd2 (diff)
Fix Rubocop failures
Diffstat (limited to 'spec/features/projects/features_visibility_spec.rb')
-rw-r--r--spec/features/projects/features_visibility_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/features_visibility_spec.rb b/spec/features/projects/features_visibility_spec.rb
index a6ca0f4131a..e1781cf320a 100644
--- a/spec/features/projects/features_visibility_spec.rb
+++ b/spec/features/projects/features_visibility_spec.rb
@@ -68,7 +68,7 @@ describe 'Edit Project Settings', feature: true do
end
describe 'project features visibility pages' do
- let(:tools) {
+ let(:tools) do
{
builds: namespace_project_pipelines_path(project.namespace, project),
issues: namespace_project_issues_path(project.namespace, project),
@@ -76,7 +76,7 @@ describe 'Edit Project Settings', feature: true do
snippets: namespace_project_snippets_path(project.namespace, project),
merge_requests: namespace_project_merge_requests_path(project.namespace, project),
}
- }
+ end
context 'normal user' do
before do