Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2011 08:32
Show Gist options
  • Select an option

  • Save anonymous/1084324 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/1084324 to your computer and use it in GitHub Desktop.
~/projects/text-hyphen $ jruby --1.9 -S rake test
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
Couldn't read /Users/headius/.rubyforge/user-config.yml. Run `rubyforge setup`.
/Users/headius/projects/jruby/bin/jruby -w -Ilib:bin:test:. -e 'require "rubygems"; require "test/unit"; require "test/test_bugs.rb"; require "test/test_text_hyphen.rb"' --
Loaded suite -e
Started
...F.
Finished in 0.862 seconds.
1) Failure:
test_rubyforge_9807_28498(TestTextHyphen)
[./test/test_bugs.rb:14:in `test_rubyforge_9807_28498'
org/jruby/RubyKernel.java:2020:in `send'
org/jruby/RubyArray.java:1603:in `each'
org/jruby/RubyArray.java:1603:in `each']:
<[5, 11, 17, 19, 21, 25, 28, 31, 34, 37, 40, 44]> expected but was
<[5, 11, 17, 19, 26, 30, 33, 36, 39, 42, 46]>.
5 tests, 42 assertions, 1 failures, 0 errors
rake aborted!
Command failed with status (1): [/Users/headius/projects/jruby/bin/jruby -w...]
Tasks: TOP => test
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment