Basic box tests
This commit is contained in:
parent
a19fa6a07c
commit
b3e4efb786
8
test/acceptance/box_test.rb
Normal file
8
test/acceptance/box_test.rb
Normal file
@ -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…
x
Reference in New Issue
Block a user