test/minitest_helper.rb in tracker_api-0.2.5 vs test/minitest_helper.rb in tracker_api-0.2.6

- old
+ new

@@ -17,10 +17,10 @@ VCR.configure do |c| c.ignore_localhost = true c.cassette_library_dir = File.expand_path('../vcr/cassettes', __FILE__).to_s c.default_cassette_options = { serialize_with: :json } - c.hook_into :faraday + c.hook_into :excon c.allow_http_connections_when_no_cassette = false end # These API Tokens are for a user with just one Public Sample Project PT_USER_1 = { username: 'trackerapi1', password: 'trackerapi1', token: 'd55c3bc1f74346b843ca84ba340b29bf', project_id: 1027488 }