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 > [email protected] > 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 -- You received this message because you are subscribed to the Google Groups "rspec" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rspec?hl=en.
