Commit b70efb42 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Always use hash rockets in hashes.

parent 70a3378d
......@@ -37,7 +37,7 @@ module Pod
end
it 'removes sandbox lockfile checkout options for the pod' do
config.sandbox.store_checkout_source('Reachability', http: 'https://example.com')
config.sandbox.store_checkout_source('Reachability', :http => 'https://example.com')
@subject.fetch(config.sandbox)
config.sandbox.checkout_sources['pod'].should.be.nil
end
......
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