Skip to content

Commit

Permalink
Merge 3a11286 into e00e900
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Feb 25, 2019
2 parents e00e900 + 3a11286 commit 0b9a1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/shared_examples/adapter.rb
Expand Up @@ -79,7 +79,7 @@
end

describe '#options' do
let(:http_method) { :options }
let(:http_method) { :options }

it_behaves_like 'a request method', :options
end
Expand All @@ -104,7 +104,7 @@

on_feature :trace_method do
describe '#trace' do
let(:http_method) { :trace }
let(:http_method) { :trace }

it_behaves_like 'a request method', :trace
end
Expand Down

0 comments on commit 0b9a1d4

Please sign in to comment.