summaryrefslogtreecommitdiffstats
path: root/test/unit/document_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-03-20 17:46:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-03-20 17:46:38 +0000
commit3554ef44d6107ad1ccb517f394145ee6ae4e35d7 (patch)
treebc07a12ec55bb476ff229cfd96d8c6a48271826d /test/unit/document_test.rb
parent47dff4427889e8fc82b616a2b5579e0e8709dc1c (diff)
downloadredmine-3554ef44d6107ad1ccb517f394145ee6ae4e35d7.tar.gz
redmine-3554ef44d6107ad1ccb517f394145ee6ae4e35d7.zip
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
Diffstat (limited to 'test/unit/document_test.rb')
-rw-r--r--test/unit/document_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/document_test.rb b/test/unit/document_test.rb
index b576cf477..c4bef56f4 100644
--- a/test/unit/document_test.rb
+++ b/test/unit/document_test.rb
@@ -37,7 +37,6 @@ class DocumentTest < ActiveSupport::TestCase
def test_create_should_send_email_notification
ActionMailer::Base.deliveries.clear
-
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'))
assert doc.save