core: add a test for last PR
This commit is contained in:
parent
d7e61a19f2
commit
1ed3be138e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue