Sha256: 42b1f8041cc8ebd419a571ba0eab585d0742552b792d649a85ec4bf5d5c59320

Contents?: true

Size: 400 Bytes

Versions: 16

Compression:

Stored size: 400 Bytes

Contents

require File.expand_path('../test_unit', __FILE__)

module TestFile
  module Minitest
    include TestUnit

    def setup(project, index)
      super
      test_case_generator.configure do |test_case|
        test_case.superclass =
          if project.minitest_version == 5
            'Minitest::Test'
          else
            'MiniTest::Unit::TestCase'
          end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rr-3.1.1 spec/support/test_file/minitest.rb
rr-3.1.0 spec/support/test_file/minitest.rb
rr-3.0.9 spec/support/test_file/minitest.rb
rr-3.0.8 spec/support/test_file/minitest.rb
rr-3.0.7 spec/support/test_file/minitest.rb
rr-3.0.6 spec/support/test_file/minitest.rb
rr-3.0.5 spec/support/test_file/minitest.rb
rr-3.0.4 spec/support/test_file/minitest.rb
rr-3.0.3 spec/support/test_file/minitest.rb
rr-3.0.2 spec/support/test_file/minitest.rb
rr-3.0.1 spec/support/test_file/minitest.rb
rr-3.0.0 spec/support/test_file/minitest.rb
rr-1.2.1 spec/support/test_file/minitest.rb
rr-1.2.0 spec/support/test_file/minitest.rb
rr-1.1.2 spec/support/test_file/minitest.rb
rr-1.1.2.rc1 spec/support/test_file/minitest.rb