Sha256: 56a5829c155e8df67c8cdac638dc6c59f17f15856ebef4543eafafb762b7a661

Contents?: true

Size: 363 Bytes

Versions: 6

Compression:

Stored size: 363 Bytes

Contents

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

require 'webmock/rspec'
include WebMock

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

Spec::Runner.configure do |config|
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
restfully-0.5.10 spec/spec_helper.rb
restfully-0.5.9 spec/spec_helper.rb
restfully-0.5.8 spec/spec_helper.rb
restfully-0.5.7 spec/spec_helper.rb
restfully-0.5.6 spec/spec_helper.rb
restfully-0.5.5 spec/spec_helper.rb