Commit 6a13c24c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in GitHub status message specs

parent 41fe12c2
......@@ -4,7 +4,7 @@ describe GithubService::StatusMessage do
include Rails.application.routes.url_helpers
let(:project) { double(:project, namespace: "me", to_s: 'example_project') }
let(:service) { double(:service, :static_context? => false) }
let(:service) { double(:service, static_context?: false) }
before do
stub_config_setting(host: 'instance-host')
......
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