tech-angels / vandamme

A Changelog parser (NOT MAINTAINED ANY MORE)
http://tech-angels.github.com/vandamme/
MIT License
214 stars 22 forks source link

CI broken #11

Closed dankegel closed 7 years ago

dankegel commented 7 years ago

https://travis-ci.org/tech-angels/vandamme is red at the moment

Local testing on ubuntu 17.04 shows one failure:

dank@thinky:~/src/vandamme$ rspec
.F......

Failures:

  1) Vandamme::Parser with json gem changelog should provide html content
     Failure/Error: expect(@parser.to_html).to eq(changelog_as_html_hash)

       expected: {"1.7.6"=>"<ul>\n<li>Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to\njv...l>\n<li>Fix compilation problem on AIX, see https://github.com/flori/json/issues/142</li>\n</ul>\n"}
            got: {"1.7.6"=>"<ul>\n<li>Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to\njv...ps://github.com/flori/json/issues/142\">https://github.com/flori/json/issues/142</a></li>\n</ul>\n"}
olleolleolle commented 7 years ago

@gravis Has this been fixed?

gravis commented 7 years ago

yes, we can close that, sorry :)