On Sat, Sep 26, 2009 at 10:28 AM, David Chelimsky <dchelim...@gmail.com> wrote:
>
> We don't offer much help, as Matt doesn't see a problem and I can't
> reproduce it - but at least we tried to play :)

I'll take a turn!  Helps me procrastinate on my own stuff.  >8->

Giuseppe: have you tried running 'rake routes' to see what the
application thinks you valid routes are?  Reconciling that with what's
going on in routes.rb is a good next step.

Also, when testing behavior has me stumped, I often remember far too
late to open up my Web browser and poke at the pages directly, as a
human being.  I'll often see error messages that way that RSpec
doesn't think to show me, or I can view source and see what the links
in my form _really_ are.

Those aren't direct answers (I'm with Matt, I don't see anything wrong
here unless something else in routes.rb is conflicting with the line
you posted) but they've been useful tactics for me in the past.


--
Have Fun,
  Steve Eley (sfe...@gmail.com)
  ESCAPE POD - The Science Fiction Podcast Magazine
  http://www.escapepod.org
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to