Re: [rspec-users] Accessing view helpers to spec cell views, Rails3, RSpec2

2010-07-08 Thread doug livesey
Perfect, thankyou! :) On 8 July 2010 11:58, David Chelimsky wrote: > On Jul 8, 2010, at 4:29 AM, doug livesey wrote: > > Hi -- I'm trying to use the excellent Cells gem > in a Rails 3 project with RSpec 2. > I've got the 'controller' bit of the cells specced okay, b

Re: [rspec-users] Accessing view helpers to spec cell views, Rails3, RSpec2

2010-07-08 Thread David Chelimsky
On Jul 8, 2010, at 4:29 AM, doug livesey wrote: > Hi -- I'm trying to use the excellent Cells gem in a Rails 3 project with > RSpec 2. > I've got the 'controller' bit of the cells specced okay, but I'm struggling > with the 'view' bit. > What I want to do is to use RSpec's view helper methods to