Created
October 28, 2008 17:15
-
-
Save jacqui/20436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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