Sha256: b4f35ab18de816b8fbd849ff7cf1cb2d3e50c464014c91e55beded864f4914c4

Contents?: true

Size: 288 Bytes

Versions: 51

Compression:

Stored size: 288 Bytes

Contents

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

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

Version data entries

51 entries across 51 versions & 12 rubygems

Version Path
dchelimsky-rspec-1.1.99.1 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.13 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.2 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.3 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.4 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.5 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.6 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.7 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.8 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.99.9 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
rspec-instructure-1.3.3 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/rspec-1.3.2/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
rspec-1.3.2 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
rspec-1.3.1 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
rspec-1.3.1.rc spec/spec/interop/test/unit/resources/test_case_with_errors.rb
rspec-1.3.0 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
hubbub-0.0.11 lib/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
hubbub-0.0.10 lib/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
hubbub-0.0.9 lib/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
hubbub-0.0.8 lib/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb