Skip to content

Instantly share code, notes, and snippets.

@azuby
Created July 25, 2011 08:31
Show Gist options
  • Save azuby/1103766 to your computer and use it in GitHub Desktop.
Save azuby/1103766 to your computer and use it in GitHub Desktop.
$ rspec spec
........................true
#<User id: 1, name: "Example User", email: "[email protected]", created_at: "2011-07-25 09:17:10", updated_at: "2011-07-25 09:17:10", password_digest: "$2a$10$8rSXunwrcXG7jgn2e6WrE.LaJK3UzyZr5AUjVu1qfg3R...">
.true
#<User id: 1, name: "Example User", email: "[email protected]", created_at: "2011-07-25 09:17:10", updated_at: "2011-07-25 09:17:10", password_digest: "$2a$10$nniZHkVQFHvXlhEeqnSL8.ocNWck/uWpC/5NYheOv/O9...">
.
Finished in 1.86 seconds
26 examples, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment