From 3d3c462bffc5d0f2ecb02a7e6bceef18a252ff75 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 10 Jul 2018 08:55:50 +0000 Subject: [PATCH] tab_spec: fix typo --- Library/Homebrew/test/tab_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/tab_spec.rb b/Library/Homebrew/test/tab_spec.rb index bf55544119..acbac36cc1 100644 --- a/Library/Homebrew/test/tab_spec.rb +++ b/Library/Homebrew/test/tab_spec.rb @@ -242,7 +242,7 @@ describe Tab do expect(tab.runtime_dependencies).to be nil end - it "raises an parse exception message including the Tab filename" do + it "raises a parse exception message including the Tab filename" do expect { described_class.from_file_content("''", "receipt.json") }.to raise_error(JSON::ParserError, /receipt.json:/) end end