Sha256: 1af2b3ab61cf63a87f2ab15a715a4a5f553154958e11afcb16b81f9e475d7db9

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

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

require "minitest/autorun"

require "microfsm"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
microfsm-0.1.7 test/test_helper.rb
microfsm-0.1.6 test/test_helper.rb
microfsm-0.1.4 test/test_helper.rb