Sha256: 969827d9ba7c44c4acc62c6c92e255d807ef7083b866bb19c0f4df437aa5a79e

Contents?: true

Size: 383 Bytes

Versions: 5

Compression:

Stored size: 383 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 do
  config.active_record.yaml_column_permitted_classes = [Symbol, Time, Date]
end

require "rails/test_help"
require "minitest/autorun"
require "minitest/benchmark"
# require 'capybara/rails'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
act_with_bag-1.1.4 test/test_helper.rb
act_with_bag-1.1.3 test/test_helper.rb
act_with_bag-1.1.2 test/test_helper.rb
act_with_bag-1.1.1 test/test_helper.rb
act_with_bag-1.1.0 test/test_helper.rb