Hello, It looks like you started your integration spec with "context". Try starting it (top level) with "describe". Think of context as "setting the context for what you are describing".
Let us know if that fixes it. On Sep 9, 1:46 pm, Lee Smith <[email protected]> wrote: > I'm missing something in my setup of rspec-rails in a rails 3 > project. I've included the link to the gist. It seems that it > doesn't recognize rails routes for some reason...getting "undefined > local variable or method". The spec file I'm running is sitting in > spec/integration, if that matters. Thanks for any help. > > http://gist.github.com/572213 > > ruby 1.9.2p0 > rails 3.0.0 > rspec-rails 2.0.0.beta.20 > _______________________________________________ > rspec-users mailing list > [email protected]http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
