Sha256: 2d12a38fd375b42b560c92d7dacb725326c005626f3cdf069bdd73940f38d5f4

Contents?: true

Size: 171 Bytes

Versions: 9

Compression:

Stored size: 171 Bytes

Contents

module MiniTestReportersTest
  module Fixtures
    class ErrorTestFixture < TestCaseFixture
      def test_error
        raise RuntimeError.new
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
minitest-reporters-0.9.0 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.8.0 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.7.1 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.7.0 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.6.0 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.5.1 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.5.0 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.4.0 test/support/fixtures/error_test_fixture.rb
minitest-reporters-0.3.0 test/support/fixtures/error_test_fixture.rb