BigW Consortium Gitlab

Commit 9c6563f6 by Lin Jen-Shin

rubocop prefers lisp style

parent 07b9b80a
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment