On Oct 18, 2011, at 9:03 AM, Bill Christian wrote:

> I am trying to write a custom formatter to update a database record based on 
> example results. Having a lot of trouble, so I thought to ask if anyone has a 
> custom formatter that writes results to a database or outputs results in JSON 
> or some other programmatic format. A working example will go a long way in 
> helping me work thru my own use case.
> 
> Thanks
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users


There are RSpec's own formatters:
https://github.com/rspec/rspec-core/tree/master/lib/rspec/core/formatters

And also Fuubar, an external one:
https://github.com/jeffkreeftmeijer/fuubar
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to