Sha256: ac5470f04d30bb363203055893a7d41c807545d3897f09ae212eb34098afedde
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
require 'rubygems' require 'test/unit' require 'avvo_api' require 'shoulda' require 'webmock/test_unit' class Test::Unit::TestCase include WebMock::API end AvvoApi.setup('test_account@avvo.com', 'password') WebMock.disable_net_connect!
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
avvo_api-0.2.1 | test/test_helper.rb |
avvo_api-0.2.0 | test/test_helper.rb |
avvo_api-0.1.1 | test/test_helper.rb |
avvo_api-0.1.0 | test/test_helper.rb |