aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb
blob: 1faf8ed9ac171c954311fb0b57f99d0d80bcc266 (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.
  def test_truth
    assert true
  end
end