Skip to content

Instantly share code, notes, and snippets.

@jacqui
Created October 28, 2008 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacqui/20436 to your computer and use it in GitHub Desktop.
Save jacqui/20436 to your computer and use it in GitHub Desktop.
jm:~/se/app/se (master)$ rake db:test:purge
(in /Users/jm/se/app/se)
jm:~/se/app/se (master)$ rake db:test:clone_structure
(in /Users/jm/se/app/se)
jm:~/se/app/se (master)$ !ruby
ruby spec/models/user_notify_spec.rb
.......
Finished in 0.299443 seconds
7 examples, 0 failures
jm:~/se/app/se (master)$ ruby spec/models/user_notify_spec.rb
F
1)
ActiveRecord::RecordInvalid in 'an email to an agent before(:all)'
Validation failed: Login 'factorygirl' is already taken, please enter a different name, Email is already taken. Did you <a href='/nyc/user/forgot_password'>forget your password?</a>
spec/models/user_notify_spec.rb:7:
spec/models/user_notify_spec.rb:3:
Finished in 0.046618 seconds
0 examples, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment