Re: [rspec-users] How to remove this deprecation warning

2011-09-01 Thread Jim Morris
I didn't think of looking in closed bugs :) I guess the fix has not made into the current release. I think this gives me enough clues as to what I need to do to fix it though, thanks ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyfor

Re: [rspec-users] How to remove this deprecation warning

2011-09-01 Thread Lenny Marks
On Sep 1, 2011, at 5:03 AM, Jim Morris wrote: > Hi, > > After upgrading to rails 3.1 and rspec-rails 2.6.1 I get the following > deprecation warning, however as far as I can tell I am not defining any > examples before it is called. > > I am using the default spec_helper generated with rails