require 'test_helper' class EmailerTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, Emailer end end