mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-22 00:08:56 -05:00
fix indentation issues
This commit is contained in:
parent
e00e900486
commit
3a11286c87
@ -79,7 +79,7 @@ shared_examples 'adapter examples' do |**options|
|
||||
end
|
||||
|
||||
describe '#options' do
|
||||
let(:http_method) { :options }
|
||||
let(:http_method) { :options }
|
||||
|
||||
it_behaves_like 'a request method', :options
|
||||
end
|
||||
@ -104,7 +104,7 @@ shared_examples 'adapter examples' do |**options|
|
||||
|
||||
on_feature :trace_method do
|
||||
describe '#trace' do
|
||||
let(:http_method) { :trace }
|
||||
let(:http_method) { :trace }
|
||||
|
||||
it_behaves_like 'a request method', :trace
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user