Remove redundant test that breaks if `VAGRANT_DEFAULT_PROVIDER` is set.

This commit is contained in:
Jeff LaBarge 2013-04-04 13:47:37 -07:00
parent cf9eb509a9
commit 8746d0193d
1 changed files with 0 additions and 6 deletions

View File

@ -224,12 +224,6 @@ describe Vagrant::Environment do
end end
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 describe "copying the private SSH key" do
it "copies the SSH key into the home directory" do it "copies the SSH key into the home directory" do
env = isolated_environment env = isolated_environment