As described here: http://api.rubyonrails.org/classes/ActiveSupport/Testing/Declarative.html
I put it in the Ruby bundle because you can put the method into your test_helper.rb to get it in any Ruby app.
Daniel
On Mar 16, 2009, at 1:27 PM, Daniel Willenson wrote:
As described here: http://api.rubyonrails.org/classes/ActiveSupport/Testing/Declarative.html
I put it in the Ruby bundle because you can put the method into your test_helper.rb to get it in any Ruby app.
Sorry for the delayed response. I was on vacation.
I've committed your patch. Thanks for adding this.
James Edward Gray II