I\'m attempting to follow railstutorial.org, and am currently on Chapter 7, where you start using factories: http://railstutorial.org/chapters/modeling-and-viewing-users-two#sec
In your spec use
@user = FactoryGirl(:user)
instead of
@user = Factory(:user)