Sha256: d64f039aee213706bdce1d0b28b69a1ab7921cbd961bec09c3feb50d07047597

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

require 'spec'

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

Spec::Runner.configure do |config|
  
end

require 'fakeweb'
FakeWeb.allow_net_connect = false

def json_fixture(path)
  JSON.parse(File.read(fixture_path(path)))
end

def fixture_path(path)
  File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', path))
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
dbalatero-evri_rpx-0.1.0 spec/spec_helper.rb
dbalatero-evri_rpx-0.1.1 spec/spec_helper.rb
dbalatero-evri_rpx-1.0.0 spec/spec_helper.rb
dbalatero-evri_rpx-1.0.1 spec/spec_helper.rb
dbalatero-evri_rpx-1.0.2 spec/spec_helper.rb
evri_rpx-1.0.0 spec/spec_helper.rb