Fix failing tests on Windows

This commit is contained in:
Mitchell Hashimoto 2014-03-11 11:09:37 -07:00
parent 49471ffbf6
commit 8624e2cbf2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ describe Vagrant::Environment do
end end
end end
it "throws an exception if inaccessible" do it "throws an exception if inaccessible", skip_windows: true do
expect { expect {
described_class.new(:home_path => "/") described_class.new(:home_path => "/")
}.to raise_error(Vagrant::Errors::HomeDirectoryNotAccessible) }.to raise_error(Vagrant::Errors::HomeDirectoryNotAccessible)