Plugins - Abstract Test Cases
Add to favoritesThis plugin allows you to suppress the "No tests were specified" failure for abstract test cases. To define an abstract test case, simply use the convenient class method:
class MyAbstractTestCase < Test::Unit::TestCase
# This is an abstract test case
self.abstract_testcase = true
end
The abstract test case plugin is Copyright © John W. Long, 2007 and is available under the same license as Rails.
http://wiseheartdesign.com/2007/5/3/two-rails-testing-plugins
http://wiseheartdesign.com/svn/plugins/abstract_testcases/
Rails' (MIT)
Testing
