public
Description: A Rails plugin to create tests for you when your app throws an unhandled exception
Homepage: http://www.culann.com/2008/03/and-the-greatest-of-these-is-laziness
Clone URL: git://github.com/bscofield/laziness.git
laziness / test / laziness_test.rb
100644 9 lines (7 sloc) 0.145 kb
1
2
3
4
5
6
7
8
9
require 'test/unit'
 
class LazinessTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end