From ddf5583208e473ef00447834a3a712411e61e190 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 4 Oct 2016 15:24:58 +0200 Subject: Refactor Cask’s extensions. --- Library/Homebrew/test/test_diagnostic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb index b9b995f0f..33cf27b74 100644 --- a/Library/Homebrew/test/test_diagnostic.rb +++ b/Library/Homebrew/test/test_diagnostic.rb @@ -16,7 +16,7 @@ class DiagnosticChecksTest < Homebrew::TestCase def test_inject_file_list assert_equal "foo:\n", @checks.inject_file_list([], "foo:\n") - assert_equal "foo:\n /a\n /b\n", + assert_equal "foo:\n /a\n /b\n", @checks.inject_file_list(%w[/a /b], "foo:\n") end -- cgit v1.2.3