Re: [rspec-users] Problems with plugins?

2008-02-04 Thread Lance Ball
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 4, 2008, at 2:34 PM, David Chelimsky wrote: > On Feb 4, 2008 12:57 PM, Lance Ball > <[EMAIL PROTECTED]> wrote: >> >> When #add_user_to_role is called in the controller during my spec, >> the method is run,

[rspec-users] Problems with plugins?

2008-02-04 Thread Lance Ball
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there I've run into a bit of a problem that I can't seem to figure out. I have a model class User which includes our acts_as_role_context library. This lib acts like most other acts_as libs, evaluating class and instance methods at runtime.