[rspec-users] controller code doesn't seem to be called within rspec test
Alexander Seidl
lists at ruby-forum.com
Wed Oct 21 11:17:50 EDT 2009
Its definitly that line that causes trouble:
class User::CategoriesController < UserController
^^^^^^^^^^^^^^^^^
...
end
If i change it to:
class User::CategoriesController < ActionController::Base
^^^^^^^^^^^^^^^^^^^^^^^
...
end
the tests pass as expected.
But why may i not inheret my CategoriesController from UserController?
Do i have to change my code to make it testable?
Cheers,
Alexander
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list