Sha256: 19dee4ce286f6f6dcedd702891e38e747d6c4b10a3dda9bfc596fe00398dcb6f

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

require 'rubygems'
require 'pathname'
require 'fakeweb'
require 'dm-validations'

# Support running specs with 'rake spec' and 'spec'
$LOAD_PATH.unshift('lib') unless $LOAD_PATH.include?('lib')

require 'dm-rest-adapter'

ROOT = Pathname(__FILE__).dirname.parent

DataMapper.setup(:default, 'rest://admin:secret@localhost:4000/?format=xml')

Pathname.glob((ROOT + 'spec/fixtures/**/*.rb').to_s).each { |file| require file }

FakeWeb.allow_net_connect = false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dm-rest-adapter-1.1.0 spec/spec_helper.rb
dm-rest-adapter-1.1.0.rc3 spec/spec_helper.rb