Skip to content

Instantly share code, notes, and snippets.

@vvs
Created March 2, 2010 20:46
Show Gist options
  • Select an option

  • Save vvs/319924 to your computer and use it in GitHub Desktop.

Select an option

Save vvs/319924 to your computer and use it in GitHub Desktop.
jruby -Ilib D:/work/jruby-dev/jruby/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/spec spec\java_integration
1)
'A Java primitive Array of type Class ref should be possible to create primitive array from Ruby array' FAILED
expected: class java.lang.String,
got: Java::JavaLang::String (using ==)
D:/work/jruby-dev/jruby/spec/java_integration/types/array_spec.rb:745
2)
'A Java primitive Array of type Class ref should be possible to create primitive array from Ruby array' FAILED
expected: class java.lang.String,
got: Java::JavaLang::String (using ==)
D:/work/jruby-dev/jruby/spec/java_integration/types/construction_spec.rb:701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment