injecting minitest/spec into IntegrationTest?

Hello,

I want to use the minitest/spec DSL inside an ActionDispatch::IntegrationTest but I'm getting no-method errors:

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! :slight_smile:

[1] http://blog.citrusbyte.com/2009/05/19/introducing-contest/