Skip to content

Commit

Permalink
Fix RuboCop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 7, 2017
1 parent f87a590 commit 5126285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/gems/client_spec.rb
Expand Up @@ -155,7 +155,7 @@
describe '#latest_version' do
before do
stub_get('/api/v1/versions/script_helpers/latest.json').
to_return(:body => fixture('script_helpers/latest.json'))
to_return(:body => fixture('script_helpers/latest.json'))
end
it 'returns an hash of gem latest version' do
latest_version = Gems.latest_version 'script_helpers'
Expand Down

0 comments on commit 5126285

Please sign in to comment.