Sha256: 0e89d9c919b8e3fe0628158c71fd8adf124604a5114ab17961457c5d75d1ed32

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 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"
require "minitest/autorun"
require "minitest/benchmark"
# require 'capybara/rails'

def reset_order
  Order.act_with_flags&.reset
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
act_with_flags-3.1.5 test/test_helper.rb
act_with_flags-3.1.3 test/test_helper.rb
act_with_flags-3.1.2 test/test_helper.rb
act_with_flags-3.1.1 test/test_helper.rb
act_with_flags-3.1.0 test/test_helper.rb
act_with_flags-3.0.1 test/test_helper.rb