Skip to content

Commit

Permalink
Merge pull request #870 from lostisland/rubocop-failures-861
Browse files Browse the repository at this point in the history
Fix rubocop issues from #861
  • Loading branch information
technoweenie committed Feb 25, 2019
2 parents e00e900 + 3a11286 commit 627ed87
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 627ed87

Please sign in to comment.