[rspec-users] NullDB has a new maintainer

2010-04-06 Thread Avdi Grimm
As also reported on my blog [http://avdi.org/devblog/2010/04/06/nulldb-has-a-new-maintainer/], Myron Marston is now the official maintainer of NullDB. I thought I'd report it here as well since some of the list participants have expressed interest in NullDB in the past. Myron has brought much-need

Re: [rspec-users] Passing get request parameters in an rspec test

2010-04-06 Thread Matt Kolenda
Phillip - Yes, that worked, thanks a million! Matt On Fri, Apr 2, 2010 at 10:53 AM, Phillip Koebbe wrote: > > get 'enrollments', {:id => '1') >> > > And, of course, that should be a curly at the end! > > get 'enrollments', {:id => '1'} > > > Phillip > __

[rspec-users] Scaffold views spec failing

2010-04-06 Thread ben rooney
Forgive a very nob question. I am trying to get my head around all of this. Have a couple of simple models (weird spelling of tipe was in case type was a reserved word ...). They were all generated with the rspec_scaffold generator class Category < ActiveRecord::Base has_many :tipes