core: boxcollection test tests versions

This commit is contained in:
Mitchell Hashimoto 2014-01-22 16:04:25 -08:00
parent d87c414327
commit 16ced8d36c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ describe Vagrant::BoxCollection do
expect(result).to_not be_nil
expect(result).to be_kind_of(box_class)
expect(result.name).to eq("foo")
# TODO: test version
expect(result.version).to eq("1.0")
end
it "returns nil if a box's constraints can't be satisfied" do