Sha256: 488392d4ba153137c44546c47aebf15d0ba2aedc9707cb75c737952eef32bfbb

Contents?: true

Size: 278 Bytes

Versions: 9

Compression:

Stored size: 278 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'reactive_resource'
require 'test_objects'

require 'shoulda'

require 'webmock/test_unit'
class Test::Unit::TestCase
  include WebMock::API
end

WebMock.disable_net_connect!

ReactiveResource::Base.site = 'https://api.avvo.com/1'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
reactive_resource-0.7.3 test/test_helper.rb
reactive_resource-0.7.2 test/test_helper.rb
reactive_resource-0.7.1 test/test_helper.rb
reactive_resource-0.7.0 test/test_helper.rb
reactive_resource-0.6.1 test/test_helper.rb
reactive_resource-0.6.0 test/test_helper.rb
reactive_resource-0.5.1 test/test_helper.rb
reactive_resource-0.5.0 test/test_helper.rb
reactive_resource-0.0.1 test/test_helper.rb