aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2013-06-22 16:51:09 -0500
committerJack Nagel2013-06-22 21:34:03 -0500
commitd6929f96a5324e245b4370f94314c8e10655367a (patch)
tree5864c83a7de917aa4c358eddd30db4479f7eed4b /Library/Homebrew/test
parentd8aab8cb04bab5f1a00647d62e55dfdd5e40255b (diff)
downloadbrew-d6929f96a5324e245b4370f94314c8e10655367a.tar.bz2
Use OkJson directly
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_options.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/test/test_options.rb b/Library/Homebrew/test/test_options.rb
index 405ead73b..0cc16ff2e 100644
--- a/Library/Homebrew/test/test_options.rb
+++ b/Library/Homebrew/test/test_options.rb
@@ -14,10 +14,6 @@ class OptionTests < Test::Unit::TestCase
assert_equal "--foo", @option.to_str
end
- def test_to_json
- assert_equal %q{"--foo"}, @option.to_json
- end
-
def test_equality
foo = Option.new("foo")
bar = Option.new("bar")