Skip to content

Instantly share code, notes, and snippets.

@ultrasaurus
Created October 18, 2010 19:14
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 ultrasaurus/632837 to your computer and use it in GitHub Desktop.
Save ultrasaurus/632837 to your computer and use it in GitHub Desktop.
$ 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