From 982e9239b8ba2c2a49ccedec2a108a4580047bcb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Jun 2014 20:32:51 -0500 Subject: Use a custom test class so we can avoid monkeypatching --- Library/Homebrew/test/test_json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/test_json.rb') diff --git a/Library/Homebrew/test/test_json.rb b/Library/Homebrew/test/test_json.rb index f77b7852d..c3d17a773 100644 --- a/Library/Homebrew/test/test_json.rb +++ b/Library/Homebrew/test/test_json.rb @@ -1,7 +1,7 @@ require 'testing_env' require 'utils/json' -class JsonSmokeTest < Test::Unit::TestCase +class JsonSmokeTest < Homebrew::TestCase def test_encode hash = { "foo" => ["bar", "baz"] } json = %q|{"foo":["bar","baz"]}| -- cgit v1.2.3