mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
Remove trailing whitespaces from test (#31506).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -33,7 +33,7 @@ class JournalsHelperTest < Redmine::HelperTest
|
||||
|
||||
def test_journal_thumbnail_attachments_should_return_thumbnailable_attachments
|
||||
issue = Issue.generate!
|
||||
|
||||
|
||||
journal = new_record(Journal) do
|
||||
issue.init_journal(User.find(1))
|
||||
issue.attachments << Attachment.new(:file => mock_file_with_options(:original_filename => 'image.png'), :author => User.find(1))
|
||||
|
||||
Reference in New Issue
Block a user