We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3137211 commit 5dd9db0Copy full SHA for 5dd9db0
1 file changed
test/test_rake_clean.rb
@@ -4,7 +4,7 @@
4
5
class TestRakeClean < Rake::TestCase # :nodoc:
6
def test_clean
7
- if RUBY_ENGINE == 'truffleruby' and RUBY_ENGINE_VERSION == '19.3.0'
+ if RUBY_ENGINE == 'truffleruby' and RUBY_ENGINE_VERSION.start_with?('19.3.')
8
load "rake/clean.rb" # TruffleRuby 19.3 does not set self correctly with wrap=true
9
else
10
load "rake/clean.rb", true
0 commit comments