Re: Re(2): [Rails] Rails 3.1 & RSpec: Puzzled by template rendering failures

2011-07-16 Thread David Chelimsky
On Jul 10, 2011, at 4:47 PM, Leigh Daniels wrote: > Thanks, Conrad. > > I'm all green now! > > **Leigh > > On Sun, Jul 10, 2011, Conrad Taylor wrote: > >> Leigh, you're controller spec appear to be missing a call to the following: >> >> render_views Leigh, Conrad, Without render_views, an

Re(2): [Rails] Rails 3.1 & RSpec: Puzzled by template rendering failures

2011-07-10 Thread Leigh Daniels
Thanks, Conrad. I'm all green now! **Leigh On Sun, Jul 10, 2011, Conrad Taylor wrote: >Leigh, you're controller spec appear to be missing a call to the following: > >render_views > >Thus, you'll need to add this line inside the first describe block of the >jobs_controller_spec.rb. > >Good luck