Skip to content

Instantly share code, notes, and snippets.

@emiltin
Created April 18, 2010 19:20
Show Gist options
  • Select an option

  • Save emiltin/370487 to your computer and use it in GitHub Desktop.

Select an option

Save emiltin/370487 to your computer and use it in GitHub Desktop.
pw = 'test'
Factory.create( :user, {:first => 'Bob', :last => 'Johnson', :email => 'bob@johnson.com',
:password => pw, :password_confirmation => pw} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment