0.0
No commit activity in last 3 years
No release in over 3 years
require "bacon"; require "Bacon_Colored";
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
 Project Readme

Bacon_Colored

Inspired by GreenEggs: greeneggs by f1337

Use It:

gem install Bacon_Colored
require "Bacon_Colored"

describe ....
  ....
end

Note:

You will need bacon > 1.0.

Also, if you use the bacon -r option, it won't work. I still don't know why. Examples:

  bacon -rBacon_Colored               my_test_file.rb
  bacon -rtests/helpers/my_helpers.rb my_test_file.rb

Alternatives:

Copyright

Copyright (c) 2010 da99. See LICENSE for further details.