Suraj Kurapati wrote in post #974504: > I want to use the minitest/spec DSL inside an > ActionDispatch::IntegrationTest but I'm getting no-method errors: > > `<class:WackyIntegrationTest>': undefined method `before' for > WackyIntegrationTest:Class (NoMethodError) > from test/integration/wacky_integration_test.rb:4:in `<main>'
Well, I gave up on this and used the Contest library[1] instead. It works out-of-the-box with ActionDispatch::IntegrationTest! :) [1] http://blog.citrusbyte.com/2009/05/19/introducing-contest/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

