Sha256: dc97fb21be6d660ea449816661e6b4598b1b8dfae4eefa089d394c335094d630

Contents?: true

Size: 275 Bytes

Versions: 69

Compression:

Stored size: 275 Bytes

Contents

rspec_lib = File.dirname(__FILE__) + "/../../../../../../lib"
$:.unshift rspec_lib unless $:.include?(rspec_lib)
require 'test/unit'
require 'spec'

class TestCaseWithErrors < Test::Unit::TestCase
  def test_with_error
    raise "error raised in TestCaseWithErrors"
  end
end

Version data entries

69 entries across 69 versions & 12 rubygems

Version Path
spree-0.8.1 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.0.3.98.1 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.0.3.98 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.1.1 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.1.2 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.1.3 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.1 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.1.98 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
typo-5.2 vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb