Added feature test for mailer #2369

This commit is contained in:
Priit Tark 2015-08-25 22:09:15 +03:00
parent 032cff3cf3
commit d11aee7e95
5 changed files with 52 additions and 14 deletions

View file

@ -8,7 +8,7 @@ class CreateEmailTemplates < ActiveRecord::Migration
t.string :cc
t.text :body, null: false
t.text :text_body, null: false
t.timestamps
t.timestamps null: false
end
end