Skip to content

Commit 523398f

Browse files
committed
.
Signed-off-by: Gil Desmarais <[email protected]>
1 parent edd5bd0 commit 523398f

File tree

3 files changed

+2
-103
lines changed

3 files changed

+2
-103
lines changed

.github/workflows/test_build_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
bundler-cache: true
32+
cache-version: 1
3233

3334
- run: bundle exec rspec
3435

spec/fixtures/vcr_cassettes/auto_source-github-h2r-web.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

spec/routes/auto_source_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def app = described_class
6666
describe "GET '/auto_source/:encoded_url'" do
6767
context 'with provided basic auth' do
6868
subject(:response) do
69-
VCR.use_cassette 'auto_source-h2r-web' do
69+
VCR.use_cassette 'auto_source-github-h2r-web' do
7070
get "/auto_source/#{Base64.urlsafe_encode64('https://github.com/html2rss/html2rss-web')}",
7171
{},
7272
request_headers.merge('HTTP_AUTHORIZATION' => basic_authorize(username, password))

0 commit comments

Comments
 (0)