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

9 lines
172 B
Ruby
Raw Normal View History

require 'test_helper'
2007-02-10 00:12:31 +01:00
class <%= class_name %>ObserverTest < ActiveSupport::TestCase
2007-02-10 00:12:31 +01:00
# Replace this with your real tests.
test "the truth" do
2007-02-10 00:12:31 +01:00
assert true
end
end