Commit 7151fb75 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix rubocop offense in update pages service specs

parent 8a50e5fb
......@@ -165,7 +165,7 @@ describe Projects::UpdatePagesService do
end
def deploy_status
GenericCommitStatus.find_by(name: 'pages:deploy');
GenericCommitStatus.find_by(name: 'pages:deploy')
end
def execute
......
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