diff options
| author | Jack Nagel | 2013-06-22 16:51:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-22 21:34:03 -0500 |
| commit | d6929f96a5324e245b4370f94314c8e10655367a (patch) | |
| tree | 5864c83a7de917aa4c358eddd30db4479f7eed4b /Library/Homebrew/test | |
| parent | d8aab8cb04bab5f1a00647d62e55dfdd5e40255b (diff) | |
| download | brew-d6929f96a5324e245b4370f94314c8e10655367a.tar.bz2 | |
Use OkJson directly
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_options.rb | 4 |
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") |
