Sha256: 7e64dcf54dda82480e5c386911c628495752a1b324f329cfc0af72ead470256e
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
require 'vcr' require 'webmock/rspec' require 'Zumata' VCR.configure do |c| c.cassette_library_dir = 'spec/cassettes' c.hook_into :webmock c.configure_rspec_metadata! c.allow_http_connections_when_no_cassette = true end RSpec.configure do |config| config.color = true config.formatter = :documentation config.failure_color = :magenta end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
zumata-0.0.4 | spec/spec_helper.rb |
zumata-0.0.3 | spec/spec_helper.rb |
zumata-0.0.2 | spec/spec_helper.rb |
zumata-0.0.1 | spec/spec_helper.rb |