method missing for rspec route_for

Hi,

I'm trying to run a simple rspec route_for example and I'm getting a method missing error on "route_for". I searched in all files in the rspec gem, as well as in the plugins directories, and there is no trace of "route_for". I'm using version 1.1.3. What am I doing wrong?

Thanks, Tiberiu

Could you post the code for review?

Hi Michael,

I just realized that I was running my spec with the gem spec instead of ./script/spec.

Thanks, Tiberiu