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:
parent
0b963f7105
commit
2fb31549a8
7 changed files with 30 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue