Sha256: 680da98ae62d688c5354da703e4490d47e63eeeb0c376059a7fe33aa539276d3

Contents?: true

Size: 485 Bytes

Versions: 7

Compression:

Stored size: 485 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"
require "mocha"

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vcr_cable-1.0.0 test/test_helper.rb
vcr_cable-0.3.0 test/test_helper.rb
vcr_cable-0.2.3 test/test_helper.rb
vcr_cable-0.1.3 test/test_helper.rb
vcr_cable-0.0.3 test/test_helper.rb
vcr_cable-0.0.2 test/test_helper.rb
vcr_cable-0.0.1 test/test_helper.rb