Basic box tests
This commit is contained in:
parent
a19fa6a07c
commit
b3e4efb786
|
@ -0,0 +1,8 @@
|
||||||
|
require File.expand_path("../base", __FILE__)
|
||||||
|
|
||||||
|
class BoxTest < AcceptanceTest
|
||||||
|
should "have no boxes by default" do
|
||||||
|
result = execute("vagrant", "box", "list")
|
||||||
|
assert result.stdout.read =~ /There are no installed boxes!/
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue