Sha256: a2a1c18294583ef3a9b8381337beced8017218e723cc2a4908e5850fcc1214b4

Contents?: true

Size: 538 Bytes

Versions: 12

Compression:

Stored size: 538 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

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

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

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

12 entries across 12 versions & 2 rubygems

Version Path
quadro-0.5.8 test/test_helper.rb
quadro-0.5.7 test/test_helper.rb
quadro-0.5.6 test/test_helper.rb
quadro-0.5.5 test/test_helper.rb
quadro-0.5.4 test/test_helper.rb
quadro-0.5.3 test/test_helper.rb
quadro-0.5.2 test/test_helper.rb
quadro-0.5.1 test/test_helper.rb
quadro-0.5.0 test/test_helper.rb
route_downcaser-1.1.1 test/test_helper.rb
route_downcaser-1.1.0 test/test_helper.rb
route_downcaser-1.0.1 test/test_helper.rb