From a55867fda36d56069fd87d328efbd0c15c7446fc Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 7 Oct 2019 13:07:00 +0000 Subject: code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18619 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/issues_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration') diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 2636df912..a2278ca11 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -116,7 +116,7 @@ class IssuesTest < Redmine::IntegrationTest assert_equal 'testfile.txt', attachment.filename assert_equal 'This is an attachment', attachment.description # verify the size of the attachment stored in db - #assert_equal file_data_1.length, attachment.filesize + assert_equal 59, attachment.filesize # verify that the attachment was written to disk assert File.exist?(attachment.diskfile) -- cgit v1.2.3