aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/observer/templates/unit_test.rb
blob: 03f6d5666e557f2292a243d0ae11d22512d3b3f2 (plain) (blame)
1
2
3
4
5
6
7
8
require 'test_helper'

class <%= class_name %>ObserverTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end