diff options
Diffstat (limited to 'Library/Homebrew/test/test_json.rb')
| -rw-r--r-- | Library/Homebrew/test/test_json.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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"]}| |
