From: Michael Granger Date: 2010-10-30T05:57:19+09:00 Subject: [ANN] webkit-rspec-formatter 2.0.1 Version 2.0.1 of webkit-rspec-formatter has been released. It's a formatter for RSpec 2 that takes advantage of features in WebKit to make the output from RSpec in TextMate more fun. Test output looks like this: http://deveiate.org/images/tmrspec-example.png ## Installation To get started, install the `webkit-rspec-formatter` gem: $ gem install webkit-rspec-formatter If you're running specs in TextMate via the RSpec bundle (http://github.com/rspec/rspec-tmbundle), you can use the webkit formatter by opening Textmate's 'Advanced' Preferences and adding a `TM_RSPEC_OPTS` Shell Variable with the value `--format RSpec::Core::Formatters::WebKit`. That's it! ## Miscellaneous It's also usable anywhere else the standard HTML formatter is, of course. Also, while it's specifically intended to be used under the Textmate HTML viewer that the RSpec bundle uses, the output should work fine under recent Gecko/Firefox-based viewers, as well. Patches/suggestions welcomed. ## Project Page http://deveiate.org/webkit-rspec-formatter.html