Skip to content

Commit

Permalink
starting to fix specs: regenerate VCR cassettes + fix Dailymotion and…
Browse files Browse the repository at this point in the history
… Wistia
  • Loading branch information
markets committed Feb 9, 2023
1 parent 5676816 commit 14d6ed7
Show file tree
Hide file tree
Showing 165 changed files with 6,019 additions and 6,415 deletions.
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--require spec_helper
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -9,3 +9,5 @@ group :tool do
gem 'ruby_gntp'
gem 'guard-rspec'
end

gem 'byebug'
2 changes: 1 addition & 1 deletion lib/video_info/provider.rb
Expand Up @@ -34,7 +34,7 @@ def data
end

def available?
!%w[403 404 400].include?(_response_code)
!%w[403 404 400 451 401].include?(_response_code)
end

def thumbnail
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14d6ed7

Please sign in to comment.