Merge pull request #1543 from jefflab/master
Setting the `VAGRANT_DEFAULT_PROVIDER` environment variable breaks the unit tests
This commit is contained in:
commit
783cb4cf70
|
@ -224,12 +224,6 @@ describe Vagrant::Environment do
|
|||
end
|
||||
end
|
||||
|
||||
describe "default provider" do
|
||||
it "should return virtualbox" do
|
||||
instance.default_provider.should == :virtualbox
|
||||
end
|
||||
end
|
||||
|
||||
describe "copying the private SSH key" do
|
||||
it "copies the SSH key into the home directory" do
|
||||
env = isolated_environment
|
||||
|
|
Loading…
Reference in New Issue