Remove mail templates feature as buggy and unused

This commit is contained in:
Artur Beljajev 2019-05-06 13:09:50 +03:00
parent de3db4823e
commit 4a4552564d
17 changed files with 7 additions and 271 deletions

View file

@ -1,14 +0,0 @@
require 'test_helper'
class AdminAreaNewMailTemplateTest < ApplicationSystemTestCase
setup do
sign_in users(:admin)
end
def test_new_mail_template_does_not_throw_template_error
visit admin_mail_templates_url
click_link_or_button 'New'
assert_text "HTML body"
assert_text "New mail template"
end
end