instiki/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb

9 lines
227 B
Ruby
Raw Normal View History

2007-02-10 00:12:31 +01:00
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
class <%= class_name %>ObserverTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end