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
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
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