summaryrefslogtreecommitdiff
path: root/test/unit/comment_mailer_test.rb
blob: d80e1861f69b75c4da5bfc46ac5a8130bedf7ad8 (plain)
1
2
3
4
5
6
7
8
9
require File.dirname(__FILE__) + '/../test_helper'

class CommentMailerTest < ActionMailer::TestCase
  tests CommentMailer
  # replace this with your real tests
  def test_truth
    assert true
  end
end