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

<% module_namespacing do -%>
class <%= class_name %>ObserverTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
<% end -%>