require 'test_helper' class <%= singular_name.camelize %>NotifierTest < ActiveSupport::TestCase def setup @<%= singular_name %> = <%= class_name %>Notifier.new end # test "the truth" do # assert true # end end