core: add a test for last PR

This commit is contained in:
Mitchell Hashimoto 2014-02-25 07:27:13 -08:00
parent d7e61a19f2
commit 1ed3be138e
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ describe Vagrant::Machine do
second = new_instance
second.id.should == "foo"
second.id = nil
expect(second.id).to be_nil
third = new_instance
third.id.should be_nil