mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Remove mail templates feature as buggy and unused
This commit is contained in:
parent
de3db4823e
commit
4a4552564d
17 changed files with 7 additions and 271 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue