Skip to content
Snippets Groups Projects
Commit 7151fb75 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix rubocop offense in update pages service specs

parent 8a50e5fb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment