spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/library/abbrev/**/*.rb

This commit is contained in:
Hiroshi SHIBATA 2024-01-19 15:42:24 +09:00
parent b4ee5266f1
commit f4670b46c4

View File

@ -1,4 +1,6 @@
require_relative '../../spec_helper' require_relative '../../spec_helper'
ruby_version_is ""..."3.4" do
require 'abbrev' require 'abbrev'
#test both Abbrev.abbrev and Array#abbrev in #test both Abbrev.abbrev and Array#abbrev in
@ -29,3 +31,4 @@ require 'abbrev'
end end
end end
end end
end