On Wed, Mar 20, 2013 at 11:21 AM, Ezequiel Delpero <li...@ruby-forum.com> wrote: > Finally I could solve the problem. The problem was on the definition of > the anonymous controller on the spec: > > instead of: > > controller do > def index > end > end > > I used: > > controller(Admins::Base) do > def index > end > end > > You need to specify always the anonymous controller you're testing > unless is ApplicationController the one you're trying to test.
FYI - docs: http://rubydoc.info/gems/rspec-rails/RSpec/Rails/ControllerExampleGroup/ClassMethods#controller-instance_method _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users