Sha256: 21636f41eb133b058a1303e4f3a153ce17c220eb1ccca2470b0ba4d318abc55c

Contents?: true

Size: 314 Bytes

Versions: 32

Compression:

Stored size: 314 Bytes

Contents

require 'simplecov'

ENV['COVERAGE'] && SimpleCov.start

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require 'nationbuilder'
require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/fixtures'
  c.hook_into :webmock
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
nationbuilder-rb-1.6.2 spec/spec_helper.rb
nationbuilder-rb-1.6.1 spec/spec_helper.rb
nationbuilder-rb-1.6.0 spec/spec_helper.rb
nationbuilder-rb-1.5.0 spec/spec_helper.rb
nationbuilder-rb-1.4.3 spec/spec_helper.rb
nationbuilder-rb-1.4.2 spec/spec_helper.rb
nationbuilder-rb-1.4.1 spec/spec_helper.rb
nationbuilder-rb-1.3.9 spec/spec_helper.rb
nationbuilder-rb-1.3.7 spec/spec_helper.rb
nationbuilder-rb-1.3.6 spec/spec_helper.rb
nationbuilder-rb-1.3.5 spec/spec_helper.rb
nationbuilder-rb-1.3.4 spec/spec_helper.rb
nationbuilder-rb-1.3.3 spec/spec_helper.rb
nationbuilder-rb-1.3.2 spec/spec_helper.rb
nationbuilder-rb-1.3.1 spec/spec_helper.rb
nationbuilder-rb-1.3.0 spec/spec_helper.rb
nationbuilder-rb-1.2.3 spec/spec_helper.rb
nationbuilder-rb-1.2.2 spec/spec_helper.rb
nationbuilder-rb-1.2.1 spec/spec_helper.rb
nationbuilder-rb-1.2.0 spec/spec_helper.rb