Fix CI when YJIT is enabled

This commit is contained in:
Andrew Konchin 2024-06-10 13:19:52 +03:00 committed by Benoit Daloze
parent 3ebab4b64d
commit 3cc9a12679

View File

@ -144,6 +144,7 @@ describe "RUBY_PLATFORM" do
end
describe "RUBY_DESCRIPTION" do
guard_not -> { RUBY_ENGINE == "ruby" && !RbConfig::TOPDIR } do
it "contains version" do
RUBY_DESCRIPTION.should.include? RUBY_VERSION
end
@ -152,3 +153,4 @@ describe "RUBY_DESCRIPTION" do
RUBY_DESCRIPTION.should.include? RUBY_PLATFORM
end
end
end