Sha256: 53e826dabbd49a910856a9667e2e44c32df59ef72e41ec494fa14999ac084100

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

require File.expand_path('../../lib/smappy',  __FILE__)
require 'rspec'
require 'vcr'

VCR.config do |c|
  c.cassette_library_dir = 'spec/fixtures/cassettes'
  c.stub_with :fakeweb
end

RSpec.configure do |config|
  # Remove this line if you don't want RSpec's should and should_not
  # methods or matchers
  require 'rspec/expectations'
  config.include RSpec::Matchers
  config.extend  VCR::RSpec::Macros
  
  # == Mock Framework
  config.mock_with :rspec
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smappy-0.0.4 spec/spec_helper.rb
smappy-0.0.3 spec/spec_helper.rb
smappy-0.0.2 spec/spec_helper.rb