Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created May 15, 2012 20:16
Show Gist options
  • Save jkutner/2704785 to your computer and use it in GitHub Desktop.
Save jkutner/2704785 to your computer and use it in GitHub Desktop.
require 'java'
java_import '.com.foo.bar.MyClass'
describe 'MyClass.f' do
it 'is on java' do
RUBY_DESCRIPTION.should be_include 'jruby'
end
it 'is a strange string' do
A.f.should == 'sajdfksadfsd'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment