mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
remove empty line including trailing white space from test/unit/document_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16423 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -37,7 +37,6 @@ class DocumentTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
def test_create_should_send_email_notification
|
def test_create_should_send_email_notification
|
||||||
ActionMailer::Base.deliveries.clear
|
ActionMailer::Base.deliveries.clear
|
||||||
|
|
||||||
with_settings :notified_events => %w(document_added) do
|
with_settings :notified_events => %w(document_added) do
|
||||||
doc = Document.new(:project => Project.find(1), :title => 'New document', :category => Enumeration.find_by_name('User documentation'))
|
doc = Document.new(:project => Project.find(1), :title => 'New document', :category => Enumeration.find_by_name('User documentation'))
|
||||||
assert doc.save
|
assert doc.save
|
||||||
|
|||||||
Reference in New Issue
Block a user