Sha256: d692b4222e593a16f9b8dafb01db19a35bd296fe685ff8961eaeb4bdce65e697

Contents?: true

Size: 183 Bytes

Versions: 17

Compression:

Stored size: 183 Bytes

Contents

require './lib/access'
require 'minitest/autorun'
require 'webmock/minitest'
require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = "test/fixtures"
  c.hook_into :webmock
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
access-1.1.7 test/test_helper.rb
access-1.1.6 test/test_helper.rb
access-1.1.5 test/test_helper.rb
access-1.1.4 test/test_helper.rb
access-1.1.3 test/test_helper.rb
access-1.1.2 test/test_helper.rb
access-1.1.1 test/test_helper.rb
access-1.1.0 test/test_helper.rb
access-1.0.8 test/test_helper.rb
access-1.0.7 test/test_helper.rb
access-1.0.6 test/test_helper.rb
access-1.0.5 test/test_helper.rb
access-1.0.4 test/test_helper.rb
access-1.0.3 test/test_helper.rb
access-1.0.2 test/test_helper.rb
access-1.0.1 test/test_helper.rb
access-1.0.0 test/test_helper.rb