summaryrefslogtreecommitdiff
path: root/tests/lib/helper.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 14:21:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 15:03:06 +0900
commitfc7bd74843d73f8f65d0ab2f48e1c512f556da48 (patch)
treeac2ec387c3775b55b0251db2d6662e8b443d990f /tests/lib/helper.rb
parentf35ab5ee4cf6e3f1855885f86e8ed72d16752401 (diff)
downloadjson-fc7bd74843d73f8f65d0ab2f48e1c512f556da48.tar.gz
Import test assertions from ruby/ruby
Diffstat (limited to 'tests/lib/helper.rb')
-rw-r--r--tests/lib/helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/helper.rb b/tests/lib/helper.rb
new file mode 100644
index 0000000..909f8f9
--- /dev/null
+++ b/tests/lib/helper.rb
@@ -0,0 +1,4 @@
+require "test/unit"
+require_relative "core_assertions"
+
+Test::Unit::TestCase.include Test::Unit::CoreAssertions