Text Templates for mail notification
Created by: tbe
Fixed the syntax errors, travis throws two errors, one for missing content in mail, but looks like false positive. #934 (closed)
Merge request reports
Activity
Created by: tbe
Still failing but i could not see why.
1) Admin::Users GET /admin/users/new should send valid email to user with email & password Failure/Error: email.body.should have_content(user.email) expected there to be content "bigbang@mail.com" in "" # ./spec/requests/admin/admin_users_spec.rb:58:in `block (4 levels) in <top (required)>' # ./spec/requests/admin/admin_users_spec.rb:53:in `block (3 levels) in <top (required)>
The body does contain the user.email, twice. One in the HTML part, one in the text part.
By Administrator on 2013-01-22T11:39:20 (imported from GitLab project)
By Administrator on 2013-01-22T11:39:20 (imported from GitLab)
Please register or sign in to reply