Tobi Test Timer plugin

Plugin details

extends Test::Unit::TestResult and Test::Unit::TestCase to add timing
and notify you immediately when and error or failure occures.

Websitehttp://github.com/gittobi/tobi_test_timer/tree/master Repositorygit://github.com/gittobi/tobi_test_timer.git Author Ben Kruger Tags Test LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install git://github.com/gittobi/tobi_test_timer.git
class TobiTestTimerTest < Test::Unit::TestCase  
  # Replace this with your real tests.  
  def test_this_plugin    
    flunk  
  end
end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 3 months ago