spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ...3.5' spec/ruby/security/cve_2020_10663_spec.rb
This commit is contained in:
parent
09b9468873
commit
2ba37d24e8
Notes:
git
2025-03-28 03:45:10 +00:00
@ -1,4 +1,6 @@
|
|||||||
require_relative '../spec_helper'
|
require_relative '../spec_helper'
|
||||||
|
|
||||||
|
ruby_version_is ""..."3.5" do
|
||||||
require 'json'
|
require 'json'
|
||||||
|
|
||||||
module JSONSpecs
|
module JSONSpecs
|
||||||
@ -44,3 +46,4 @@ guard -> {
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user