Sha256: 55a46e6e3875ee959e0ca203162944bc1fa77777c7c4e44d5c668ecd5abe5c66
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'opentransact' require 'fakeweb' require 'rspec' RSpec::configure do |config| FakeWeb.allow_net_connect = false end def read_fixture(name) File.read(File.join(File.dirname(__FILE__),'fixtures',name)) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opentransact-0.1.2 | spec/spec_helper.rb |
opentransact-0.1.1 | spec/spec_helper.rb |
opentransact-0.1.0 | spec/spec_helper.rb |