Sha256: 2e1b063d9c2399fe307c68a0a146a17835f970d5a2cc17e8f5df85a0caf6c5ae

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'
# require File.expand_path('../../config/environment', __FILE__)
require 'minitest/pride'
require 'vcr'
class Minitest::Unit::TestCase
  # VCR Configuration
  VCR.configure do |config|
    config.cassette_library_dir = 'test/vcr_cassettes'
    config.hook_into :faraday
  end
  # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
  #fixtures :all

  # Add more helper methods to be used by all tests here...
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wonder_ways-1.0.0 test/test_helper.rb