The spec has Admin::BaseController as the described type.  So of course it's 
going to test against that.  If you want to test a different class, you need to 
describe that instead!

On Jan 5, 2010, at 9:36 AM, Phillip Koebbe wrote:

> I'm trying to implement a base controller that other controllers descend 
> from, and am having a bit of difficulty in testing the sole "feature" of the 
> base controller.
> 
> http://gist.github.com/269544
> 
> In the "not redirecting when user is an admin" context, I keep getting an 
> error that "no action responded to <whatever I try>". Obviously, there are no 
> actions in this controller, nor should there be. I want to hit an action in a 
> descendant controller and make sure that it goes through.
> 
> How do I do that?
> 
> Thanks,
> Phillip
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to