We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9ebfb commit f16bb3cCopy full SHA for f16bb3c
1 file changed
spec/java_integration/utilities/jruby_spec.rb
@@ -23,7 +23,7 @@
23
require 'jruby'
24
compiled = JRuby.compile_ir("foo = 1; bar = 2", 'foobar.rbx')
25
26
- expect(compiled.file_name).to eql 'foobar.rbx'
+ expect(compiled.file).to eql 'foobar.rbx'
27
end
28
29
0 commit comments