Merge pull request #1543 from jefflab/master

Setting the `VAGRANT_DEFAULT_PROVIDER` environment variable breaks the unit tests
This commit is contained in:
Mitchell Hashimoto 2013-04-04 13:52:19 -07:00
commit 783cb4cf70
1 changed files with 0 additions and 6 deletions

View File

@ -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