From 8746d0193de96f7960c27afcdce26108c82fe11b Mon Sep 17 00:00:00 2001 From: Jeff LaBarge Date: Thu, 4 Apr 2013 13:47:37 -0700 Subject: [PATCH] Remove redundant test that breaks if `VAGRANT_DEFAULT_PROVIDER` is set. --- test/unit/vagrant/environment_test.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/unit/vagrant/environment_test.rb b/test/unit/vagrant/environment_test.rb index 02194b96d..65eba12d4 100644 --- a/test/unit/vagrant/environment_test.rb +++ b/test/unit/vagrant/environment_test.rb @@ -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