Re: [rspec-users] Factories vs. stubs/mocks

2010-08-31 Thread Matt Wynne
On 30 Aug 2010, at 18:32, Justin Ko wrote: > > > On Aug 30, 1:09 pm, Rob Biedenharn > wrote: >> On Aug 30, 2010, at 12:54 PM, Brennon Bortz wrote: >> >> >> >> >> >>> On 30 Aug 2010, at 17:17, Justin Ko wrote: On Aug 30, 11:59 am, Brennon Bortz wrote: > I am, as usual, assigning

[rspec-users] Global before block for specific spec type

2010-08-31 Thread Evgeniy Dolzhenko
So previously it seems it was possible to configure global before block which will get run, say only for controller specs (people even used that I think http://stackoverflow.com/questions/590100/setting-the-http-referer-in-a-global-beforeall-in-rspec/592219#592219 ) Now I wasn't able to find anyt

Re: [rspec-users] Global before block for specific spec type

2010-08-31 Thread David Chelimsky
On Aug 31, 2010, at 1:45 PM, Evgeniy Dolzhenko wrote: > So previously it seems it was possible to configure global before block which > will get run, say only for controller specs (people even used that I > think > http://stackoverflow.com/questions/590100/setting-the-http-referer-in-a-global-be