cron_mailer_test.rb 155 Bytes
require 'test_helper'

class CronMailerTest < ActionMailer::TestCase
  # replace this with your real tests
  test "the truth" do
    assert true
  end
end