Skip to content

Instantly share code, notes, and snippets.

@jm
Created January 24, 2009 05:42
Show Gist options
  • Save jm/51354 to your computer and use it in GitHub Desktop.
Save jm/51354 to your computer and use it in GitHub Desktop.
model User
factory :valid, :name => "Jeremy", "login" => "jeremy", :admin => false
factory :admin, :admin => true
end
User.valid.create
User.valid.admin.create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment