From 43a5f49eac1e36bad4e53c4e39ba6bdb989598d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= Date: Thu, 29 Aug 2024 00:18:27 +0200 Subject: [PATCH] Use 'Minitest' instead of deprecated 'MiniTest' casestyle --- test/test_jsonpath.rb | 2 +- test/test_jsonpath_bin.rb | 2 +- test/test_readme.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_jsonpath.rb b/test/test_jsonpath.rb index 80fa0bb8..daad9f4b 100644 --- a/test/test_jsonpath.rb +++ b/test/test_jsonpath.rb @@ -5,7 +5,7 @@ require 'jsonpath' require 'json' -class TestJsonpath < MiniTest::Unit::TestCase +class TestJsonpath < Minitest::Unit::TestCase def setup @object = example_object @object2 = example_object diff --git a/test/test_jsonpath_bin.rb b/test/test_jsonpath_bin.rb index b812661a..3136c252 100644 --- a/test/test_jsonpath_bin.rb +++ b/test/test_jsonpath_bin.rb @@ -4,7 +4,7 @@ require 'phocus' require 'jsonpath' -class TestJsonpathBin < MiniTest::Unit::TestCase +class TestJsonpathBin < Minitest::Unit::TestCase def setup @runner = 'ruby -Ilib bin/jsonpath' @original_dir = Dir.pwd diff --git a/test/test_readme.rb b/test/test_readme.rb index ab5deb48..65be96e2 100644 --- a/test/test_readme.rb +++ b/test/test_readme.rb @@ -5,7 +5,7 @@ require 'jsonpath' require 'json' -class TestJsonpathReadme < MiniTest::Unit::TestCase +class TestJsonpathReadme < Minitest::Unit::TestCase def setup @json = <<-HERE_DOC