Re: [rspec-users] getting ActionController::RoutingError when I test namespaced controllers

2012-02-01 Thread Justin Ko
On Feb 1, 2012, at 6:26 PM, Lille wrote: > Hey folks, > > Using 2.6, I have functional tests arranged in my spec/controllers > directory according to their namespace in my Rails 3 app/controllers > directory, e.g., > > api/some_controller_spec.rb > > describe Api::SomeController, ... > > We

[rspec-users] getting ActionController::RoutingError when I test namespaced controllers

2012-02-01 Thread Lille
Hey folks, Using 2.6, I have functional tests arranged in my spec/controllers directory according to their namespace in my Rails 3 app/controllers directory, e.g., api/some_controller_spec.rb describe Api::SomeController, ... Well, when I run rspec at the directory level, e.g., rspec spec/ c