summaryrefslogtreecommitdiff
path: root/spec/lib/ansi2html_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Convert to RSpec3 syntax via transpecrs-rspec3Robert Speicher2015-08-301-33/+33
| | | | | | | Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive
* Use `described_class` where appropriateRobert Speicher2015-08-301-33/+33
|
* Use `eq` instead of `==` in matchersRobert Speicher2015-08-301-33/+33
|
* rewriting ansi2htmlPeter Schultz2013-08-301-12/+110
| | | | | | | | | | | adds support for - background color (16 and 256 color tables) - normal and bright color (16 color table) - bold text - italic text - underlined text - crossed-out text - concealed text
* Improve parser. tests addedDmitriy Zaporozhets2012-11-141-2/+10
|
* Move ansi library in project coreDmitriy Zaporozhets2012-11-131-0/+27