1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Mitigates Style/TrailingWhitespace

This commit is contained in:
Thomas Nys 2015-04-18 01:07:29 +02:00
parent 76abf14f11
commit 984a00c0ec

View file

@ -14,7 +14,7 @@ RSpec.describe HTTParty::Error do
it { is_expected.to include(HTTParty::Error) }
end
end
describe HTTParty::UnsupportedURIScheme do
describe '#ancestors' do
subject { super().ancestors }