My trouble arose in Chapter 11 of the Ruby on Rails Tutorial here.
I was seeing this rspec error:
Failure/Error: :user => Factory(:user, :email =&
It helped, added to the file factories
factories
sequence(:email) {|n| "person#{n}@example.com" }