Sha256: ccc310692723638b0be7da7ca31cf9661d537576cf7b5ecbc46caea9a51944f7

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

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


if ENV['COVERAGE'] and RUBY_VERSION =~ /^1.9/
  require 'simplecov'
  require 'simplecov-rcov'

  SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
  SimpleCov.start
end

require 'rspec/autorun'
require 'rubydora'
require 'webmock/rspec'

WebMock.allow_net_connect!

RSpec.configure do |config|

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubydora-1.8.1 spec/spec_helper.rb