[rspec-users] Can module spec behave like controller spec?

2007-08-31 Thread Shaker
Hello everyone: Right now I am writing spec on modules, which are provided by my colleagues. Some of the modules actually contain action methods. I tried very hard to spec those action methods in modules. But it seems that the rspec does not allow module spec to 'get' action like controller

Re: [rspec-users] Can module spec behave like controller spec?

2007-08-31 Thread David Chelimsky
On 8/31/07, Shaker [EMAIL PROTECTED] wrote: Hello everyone: Right now I am writing spec on modules, which are provided by my colleagues. Some of the modules actually contain action methods. I tried very hard to spec those action methods in modules. But it seems that the rspec does not