Sha256: 973c0671f28faf9bb7ea383db3b9322977ea371f7a9ef4d763f3514f7ae17662
Contents?: true
Size: 412 Bytes
Versions: 37
Compression:
Stored size: 412 Bytes
Contents
begin require 'test/unit/testresult' rescue LoadError => e e.message << "\nYou must gem install test-unit. For more info see https://rspec.lighthouseapp.com/projects/16211/tickets/292" e.message << "\nAlso make sure you have rack 1.0.0 or higher." raise e end # So that Test::Unit doesn't launch at the end - makes it think it has already been run. Test::Unit.run = true if Test::Unit.respond_to?(:run=)
Version data entries
37 entries across 37 versions & 8 rubygems