Sha256: ad195f4bb5257f9afb4c1c2a7109d94e3ca52666907337caf9281ff7dd84e5ea
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
# Configure Rails Environment ENV["RAILS_ENV"] = "test" require 'rails' require File.expand_path('./test_helper', File.dirname(__FILE__)) if Rails::VERSION::MAJOR >= 5 require_relative "../test/rails5_dummy/config/environment" else require_relative "../test/rails4_dummy/config/environment" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
coverband-4.0.1.alpha | test/rails_test_helper.rb |
coverband-4.0.0 | test/rails_test_helper.rb |
coverband-4.0.0.alpha | test/rails_test_helper.rb |
coverband-3.0.1 | test/rails_test_helper.rb |