Fixed rubocop issues.
This commit is contained in:
parent
37f1a765e4
commit
aebff8577b
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
# rubocop:disable TrailingWhitespace
|
||||||
class AaaStringTest < ActiveSupport::TestCase
|
class AaaStringTest < ActiveSupport::TestCase
|
||||||
|
|
||||||
test 'to_filename ref' do
|
test 'to_filename ref' do
|
||||||
|
@ -188,7 +188,6 @@ ont-size: 12px;;
|
||||||
should = 'some other content'
|
should = 'some other content'
|
||||||
assert_equal( should, html.html2text )
|
assert_equal( should, html.html2text )
|
||||||
|
|
||||||
|
|
||||||
html = ' IT-Infrastruktur</span><br>
|
html = ' IT-Infrastruktur</span><br>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="Generator" content="Microsoft Word 14 (filtered
|
<meta name="Generator" content="Microsoft Word 14 (filtered
|
||||||
|
@ -286,7 +285,6 @@ some content
|
||||||
some text later'
|
some text later'
|
||||||
assert_equal( result, html.html2text )
|
assert_equal( result, html.html2text )
|
||||||
|
|
||||||
|
|
||||||
html = "<h1>some head</h1>
|
html = "<h1>some head</h1>
|
||||||
some content
|
some content
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
Loading…
Reference in a new issue