Remove redundant test that breaks if `VAGRANT_DEFAULT_PROVIDER` is set.
This commit is contained in:
parent
cf9eb509a9
commit
8746d0193d
|
@ -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