diff options
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/utils_spec.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/test/utils_spec.rb b/Library/Homebrew/test/utils_spec.rb index ffaa1f493..be224990a 100644 --- a/Library/Homebrew/test/utils_spec.rb +++ b/Library/Homebrew/test/utils_spec.rb @@ -270,12 +270,4 @@ describe "globally-scoped helper methods" do }.to raise_error(MethodDeprecatedError, %r{method.*replacement.*homebrew/homebrew-core.*homebrew/core}m) end end - - describe "#puts_hash" do - it "outputs a hash" do - expect { - puts_hash(a: 1, b: 2, c: [3, { "d"=>4 }]) - }.to output("a: 1\nb: 2\nc: [3, {\"d\"=>4}]\n").to_stdout - end - end end |
