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 wrote:
> I'm missing something in my setup of rsp
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. T