Sha256: c2221a1c28af4935dc2cb5d98fe9e7a773565d25dcf5d8d89639e8ce4f94016e
Contents?: true
Size: 509 Bytes
Versions: 5
Compression:
Stored size: 509 Bytes
Contents
require 'rspec' require 'rspec/its' require 'video_info' require 'vcr' if ENV['CI'] require 'coveralls' Coveralls.wear! end VCR.configure do |config| config.cassette_library_dir = 'spec/fixtures/vcr_cassettes' config.default_cassette_options = { record: :new_episodes, re_record_interval: 7 * 24 * 60 * 60 } config.hook_into :webmock config.configure_rspec_metadata! end RSpec.configure do |config| config.filter_run focus: true config.run_all_when_everything_filtered = true end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
video_info-2.4.2 | spec/spec_helper.rb |
video_info-2.4.1 | spec/spec_helper.rb |
video_info-2.4.0 | spec/spec_helper.rb |
video_info-2.3.3 | spec/spec_helper.rb |
video_info-2.3.2 | spec/spec_helper.rb |