rubocop prefers lisp style

This commit is contained in:
Lin Jen-Shin 2016-12-08 19:46:51 +08:00
parent 07b9b80a88
commit 9c6563f64a
2 changed files with 2 additions and 6 deletions

View File

@ -10,9 +10,7 @@ describe Gitlab::Template::IssueTemplate do
create_template: {
user: user,
access: Gitlab::Access::MASTER,
path: 'issue_templates'
}
)
path: 'issue_templates' })
end
describe '.all' do

View File

@ -10,9 +10,7 @@ describe Gitlab::Template::MergeRequestTemplate do
create_template: {
user: user,
access: Gitlab::Access::MASTER,
path: 'merge_request_templates'
}
)
path: 'merge_request_templates' })
end
describe '.all' do