1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Ensure observer test inherits from ActiveSupport::TestCase

This commit is contained in:
Pratik Naik 2008-06-27 18:18:39 +01:00
parent 4ddca325ee
commit 76e00fc784

View file

@ -1,6 +1,6 @@
require 'test_helper'
class <%= class_name %>ObserverTest < Test::Unit::TestCase
class <%= class_name %>ObserverTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true