Skip to content

Instantly share code, notes, and snippets.

@arturaz
Created August 10, 2011 21:01
Show Gist options
  • Save arturaz/1138255 to your computer and use it in GitHub Desktop.
Save arturaz/1138255 to your computer and use it in GitHub Desktop.
Strange YAML output in jruby 1.9 mode
arturas@arturaz-fujitsu:~/work/spacegame/server$ jruby -S rake spec:controllers
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 75.246 seconds
468 examples, 0 failures
arturas@arturaz-fujitsu:~/work/spacegame/server$ time jruby --1.9 -S rake spec:controllers
%YAML 1.1
--- ! "0"
...
%YAML 1.1
--- ! "0"
...
%YAML 1.1
--- !!null ""
...
%YAML 1.1
--- ! "0"
...
...................................................................................................................................................................................................................................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment