spec/unit/functions/camelcase_spec.rb: it 'performs capitalize of international UTF-8 characters', :if => RUBY_VERSION >= "2.4" do |
spec/unit/functions/capitalize_spec.rb: it 'performs capitalize of international UTF-8 characters', :if => RUBY_VERSION >= "2.4" do |
spec/unit/functions/downcase_spec.rb: it 'performs capitalize of international UTF-8 characters', :if => RUBY_VERSION >= "2.4" do |
spec/unit/functions/upcase_spec.rb: it 'performs capitalize of international UTF-8 characters', :if => RUBY_VERSION >= "2.4" do |
spec/unit/http/factory_spec.rb: it "disables ruby's max retry on 2.5 and up", if: RUBY_VERSION.to_f >= 2.5 do |
spec/unit/util/run_mode_spec.rb: @gte_ruby_2_4 ||= SemanticPuppet::Version.parse(RUBY_VERSION) >= SemanticPuppet::Version.parse('2.4.0') |
spec/unit/util_spec.rb: @gte_ruby_2_4 ||= SemanticPuppet::Version.parse(RUBY_VERSION) >= SemanticPuppet::Version.parse('2.4.0')
|