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/ controllers/api the test behavior is normal. When I try to run all tests from the spec/controllers root, however, I get tons of failures due to ActionController::RoutingError. What is the fix? Thanks, Lille _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users