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
dchelimsky-rspec-1.1.10 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.1 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.2 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.3 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.4 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.5 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.6 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11.7 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.11 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
dchelimsky-rspec-1.1.12 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
jnstq-acts_as_sms-0.1.0 test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
jnstq-acts_as_sms-0.1.1 test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
jnstq-acts_as_sms-0.1.3 test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
jnstq-acts_as_sms-0.1.4 test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
newbamboo-evented-rspec-1.1.12 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
newbamboo-rspec-1.1.12 spec/spec/interop/test/unit/resources/test_case_with_errors.rb
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/rspec-1.1.11/spec/spec/interop/test/unit/resources/test_case_with_errors.rb