tab_spec: fix typo

This commit is contained in:
ilovezfs 2018-07-10 08:55:50 +00:00 committed by GitHub
parent d49566ba06
commit 3d3c462bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ describe Tab do
expect(tab.runtime_dependencies).to be nil expect(tab.runtime_dependencies).to be nil
end 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:/) expect { described_class.from_file_content("''", "receipt.json") }.to raise_error(JSON::ParserError, /receipt.json:/)
end end
end end