One more final fix for 1.8.7

This commit is contained in:
Mitchell Hashimoto 2012-12-30 18:16:51 -10:00
parent 037dbf24db
commit cf2c5a10c1
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ describe Vagrant::Plugin::V2::Command do
name = :foo
environment.stub(:active_machines => [[name, :vmware]])
expect { instance.with_target_vms(name, :provider => :foo) }.
expect { instance.with_target_vms(name.to_s, :provider => :foo) }.
to raise_error Vagrant::Errors::ActiveMachineWithDifferentProvider
end