tab_spec: fix typo
This commit is contained in:
parent
d49566ba06
commit
3d3c462bff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user