Sha256: cc2e7b87ed346545cca49b4b239d0d0262da5697cc543e8ec9d54782fbd05f17

Contents?: true

Size: 305 Bytes

Versions: 5

Compression:

Stored size: 305 Bytes

Contents

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

require "minitest/autorun"
require "minitest/benchmark"
require "act_with_booleans"

class Order
  include ActWithBooleans

  attr_accessor :booleans
end

def reset_order
  Order.act_with_booleans&.reset
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
act_with_booleans-0.0.5 test/test_helper.rb
act_with_booleans-0.0.4 test/test_helper.rb
act_with_booleans-0.0.3 test/test_helper.rb
act_with_booleans-0.0.2 test/test_helper.rb
act_with_booleans-0.0.1 test/test_helper.rb