Sha256: 51fa7600c762f6ad4a160f3c01bc1e7ef13f245adef86821c7d9bce4088b9aff

Contents?: true

Size: 349 Bytes

Versions: 10

Compression:

Stored size: 349 Bytes

Contents

require 'coveralls'
Coveralls.wear!

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

require 'harvestdor/indexer'

require 'vcr'

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
harvestdor-indexer-2.5.0 spec/spec_helper.rb
harvestdor-indexer-2.4.0 spec/spec_helper.rb
harvestdor-indexer-2.3.3 spec/spec_helper.rb
harvestdor-indexer-2.3.2 spec/spec_helper.rb
harvestdor-indexer-2.3.1 spec/spec_helper.rb
harvestdor-indexer-2.3.0 spec/spec_helper.rb
harvestdor-indexer-2.2.0 spec/spec_helper.rb
harvestdor-indexer-2.1.1 spec/spec_helper.rb
harvestdor-indexer-2.1.0 spec/spec_helper.rb
harvestdor-indexer-2.0.0 spec/spec_helper.rb