03f6d5666e557f2292a243d0ae11d22512d3b3f2
[feedcatcher.git] / vendor / rails / railties / lib / rails_generator / generators / components / observer / templates / unit_test.rb
1 require 'test_helper'
2
3 class <%= class_name %>ObserverTest < ActiveSupport::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8 end