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

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