Created
October 18, 2010 19:14
-
-
Save ultrasaurus/632837 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
$ rake spec | |
(in /Users/sarah/src/rails3_jruby/roster) | |
JRuby limited openssl loaded. http://jruby.org/openssl | |
gem install jruby-openssl for full support. | |
/Users/sarah/.rvm/rubies/jruby-1.5.2/bin/jruby -S bundle exec rspec "./spec/models/person_spec.rb" | |
JRuby limited openssl loaded. http://jruby.org/openssl | |
gem install jruby-openssl for full support. | |
JRuby limited openssl loaded. http://jruby.org/openssl | |
gem install jruby-openssl for full support. | |
...FF | |
Failures: | |
1) Person should not save a record with only first name | |
Failure/Error: p.should_not be_valid | |
expected valid? to return false, got true | |
# ./spec/models/person_spec.rb:24 | |
# :1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment