Rename 'mail' model to 'email' in order to prevent 'Mail is not a module' error (which only shows in production).

This commit is contained in:
Roland 2011-05-15 21:14:33 +02:00
parent 0b963f7105
commit 2fb31549a8
7 changed files with 30 additions and 7 deletions

View file

@ -1,6 +1,6 @@
require 'test_helper'
class MailTest < ActiveSupport::TestCase
class EmailTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true