diff options
Diffstat (limited to 'test/helpers/application_helper_test.rb')
-rw-r--r-- | test/helpers/application_helper_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 90422ca95..a524c91b8 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2017 Jean-Philippe Lang @@ -1432,7 +1432,7 @@ RAW end def test_parse_redmine_links_should_handle_a_tag_without_attributes - text = '<a>http://example.com</a>' + text = +'<a>http://example.com</a>' expected = text.dup parse_redmine_links(text, nil, nil, nil, true, {}) assert_equal expected, text |