We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a7c70 commit 48a7566Copy full SHA for 48a7566
test/erb/test_erb.rb
@@ -79,6 +79,9 @@ def test_html_escape
79
end
80
81
def test_concurrent_default_binding
82
+ # This test randomly fails with JRuby -- NameError: undefined local variable or method `template2'
83
+ pend if RUBY_ENGINE == 'jruby'
84
+
85
template1 = 'one <%= ERB.new(template2).result %>'
86
87
eval 'template2 = "two"', TOPLEVEL_BINDING
0 commit comments