We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e3d0c commit 751cfb5Copy full SHA for 751cfb5
spec/routes/auto_source_spec.rb
@@ -82,11 +82,9 @@ def app = described_class
82
83
context 'when strategy is not registered' do
84
subject(:response) do
85
- VCR.use_cassette 'auto_source-h2r-web' do
86
- get "/auto_source/#{Base64.urlsafe_encode64('https://github.com/html2rss/html2rss-web')}?strategy=nope",
87
- {},
88
- request_headers.merge('HTTP_AUTHORIZATION' => basic_authorize(username, password))
89
- end
+ get "/auto_source/#{Base64.urlsafe_encode64('https://github.com/html2rss/html2rss-web')}?strategy=nope",
+ {},
+ request_headers.merge('HTTP_AUTHORIZATION' => basic_authorize(username, password))
90
end
91
92
it 'responds with 500 Internal Server Error', :aggregate_failures do
0 commit comments