Sha256: 9ad0c26822971b4d15e41ffb74b73b6344bf6672f80aae2f7247506a5b260eb3

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

if ENV["COVERAGE"]
  require "simplecov"
  SimpleCov.start do
    add_filter "/test/"
  end
end

require "combustion"
Combustion.path = "test/internal"
Combustion.initialize! :active_record

require "rails/test_help"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mimoco-1.0.2 test/test_helper.rb
mimoco-1.0.1 test/test_helper.rb
mimoco-1.0.0 test/test_helper.rb
mimoco-0.3.2 test/test_helper.rb
mimoco-0.3.1 test/test_helper.rb
mimoco-0.3.0 test/test_helper.rb
mimoco-0.2.0 test/test_helper.rb