Sha256: 0b1cc6f36e2d681c3ba016ecb2c4cb2f7844a1dc45d87fff151a921724aa52ec

Contents?: true

Size: 307 Bytes

Versions: 14

Compression:

Stored size: 307 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'restfully'
require 'spec'
require 'spec/autorun'

def fixture(filename)
  File.read(File.join(File.dirname(__FILE__), "fixtures", filename))
end

Spec::Runner.configure do |config|
  
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
crohr-restfully-0.2.1 spec/spec_helper.rb
crohr-restfully-0.2.2 spec/spec_helper.rb
restfully-0.5.3 spec/spec_helper.rb
restfully-0.5.2 spec/spec_helper.rb
restfully-0.5.1 spec/spec_helper.rb
restfully-0.5.0 spec/spec_helper.rb
restfully-0.4.1 spec/spec_helper.rb
restfully-0.4.0 spec/spec_helper.rb
restfully-0.3.2 spec/spec_helper.rb
restfully-0.3.1 spec/spec_helper.rb
restfully-0.3.0 spec/spec_helper.rb
restfully-0.2.3 spec/spec_helper.rb
restfully-0.2.2 spec/spec_helper.rb
restfully-0.2.1 spec/spec_helper.rb