Sha256: 95a4ffdd15304a471116f18f2bfa5ed69f8ba0e85a7bc3e22ad71085f72887b7
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
require 'periodic_table' require 'vcr' VCR.config do |c| c.cassette_library_dir = 'spec/support/cassettes' c.stub_with :fakeweb end RSpec.configure do |config| config.extend VCR::RSpec::Macros end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
periodic_table-0.0.4 | spec/spec_helper.rb |
periodic_table-0.0.3 | spec/spec_helper.rb |