Sha256: 587f451e7ee056b9d019ec484e228467b9ff1268de488d25cb1b544fc4c27dd5
Contents?: true
Size: 525 Bytes
Versions: 7
Compression:
Stored size: 525 Bytes
Contents
########## Coveralls ########## require 'coveralls' Coveralls.wear! # Load this ffirst before the tested library ########## Usual things ########## require 'rspec/collection_matchers' require 'pry' require 'mwo' require 'vcr' VCR.configure do |vcr| vcr.cassette_library_dir = 'fixtures/cassettes' vcr.default_cassette_options = {record: :once} vcr.configure_rspec_metadata! vcr.hook_into :webmock end RSpec.configure do |config| config.color = true config.tty = true config.failure_color = :magenta end
Version data entries
7 entries across 7 versions & 1 rubygems