Skip to content

Instantly share code, notes, and snippets.

@xxx
Created September 19, 2009 07:39
Show Gist options
  • Save xxx/189433 to your computer and use it in GitHub Desktop.
Save xxx/189433 to your computer and use it in GitHub Desktop.
User.fix {{
:login => unique { /\w{5,10}/.gen },
:email => unique { "#{/\w{5,10}/.gen}@example.com" },
:password => (password = /\w{16}/.gen),
:password_confirmation => password,
:characters => (1..3).of {Character.make},
:current_character => nil,
:agreed => true,
:age_check => true,
:max_characters => 9001
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment