Re: [rspec-users] [rails] undefined method `handling_predicate!'

2010-01-21 Thread DanS
On Jan 20, 7:07 pm, David Chelimsky wrote: > On Wed, Jan 20, 2010 at 12:00 PM, Dan Steinicke > wrote: > > I'm trying to use authlogic and factory_girl with rspec  and I am > > getting an error I don't understand.  Basically I have this failing > > spec: > > > it "should succeed in creating a u

Re: [rspec-users] [rails] undefined method `handling_predicate!'

2010-01-20 Thread David Chelimsky
On Wed, Jan 20, 2010 at 12:00 PM, Dan Steinicke wrote: > I'm trying to use authlogic and factory_girl with rspec  and I am > getting an error I don't understand.  Basically I have this failing > spec: > > it "should succeed in creating a user from a factory" do >     testuser = Factory.create(:use

[rspec-users] [rails] undefined method `handling_predicate!'

2010-01-20 Thread Dan Steinicke
I'm trying to use authlogic and factory_girl with rspec and I am getting an error I don't understand. Basically I have this failing spec: it "should succeed in creating a user from a factory" do testuser = Factory.create(:user) debugger testuser.should be_valid end When I stop in