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