[rspec-users] namespaced controllers
Kyle Hargraves
philodespotos at gmail.com
Sun Nov 25 10:23:38 EST 2007
On Nov 23, 2007 11:53 PM, Scott Taylor <mailing_lists at railsnewbie.com> wrote:
> I got an "unknown action foo" error message (wasn't getting it before
> today - running on trunk).
>
>
> Scott
Can you reproduce it reliably?
I had an Admin::SomeController controller, and the specs were passing
fine. I went to add ::SomeController, and the new specs for it passed,
but Admin::SomeController started raising UnknownAction (for all the
actions that weren't defined in the non-admin controller).
But once I restarted autotest, they're passing cleanly, and now I
can't seem to reproduce it at all.
Kyle
More information about the rspec-users
mailing list