This commit is contained in:
Douglas Eichelberger 2023-07-24 07:01:57 -07:00
parent a46430a390
commit 479ca5e314

View File

@ -77,7 +77,7 @@ describe Formulary do
it "raises an error if ref is nil" do
expect do
described_class.factory(nil)
end.to raise_error(ArgumentError)
end.to raise_error(TypeError)
end
context "with sharded Formula directory" do