From 16ced8d36c4f09c2ab4a379c117f8a1db1784a84 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Jan 2014 16:04:25 -0800 Subject: [PATCH] core: boxcollection test tests versions --- test/unit/vagrant/box_collection_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/vagrant/box_collection_test.rb b/test/unit/vagrant/box_collection_test.rb index b75849d83..64ddb8896 100644 --- a/test/unit/vagrant/box_collection_test.rb +++ b/test/unit/vagrant/box_collection_test.rb @@ -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