test: brew style --fix
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
af6f728eb4
commit
7915363482
@ -99,7 +99,7 @@ describe PyPI do
|
|||||||
it "fails for non-PYPI package URLs" do
|
it "fails for non-PYPI package URLs" do
|
||||||
package = described_class.new(non_pypi_package_url, is_url: true)
|
package = described_class.new(non_pypi_package_url, is_url: true)
|
||||||
|
|
||||||
expect {package.version = "1.2.3" }.to raise_error(ArgumentError)
|
expect { package.version = "1.2.3" }.to raise_error(ArgumentError)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user