Have tests pass on Ruby 1.8.x

This commit is contained in:
Mitchell Hashimoto 2011-10-30 22:23:36 -07:00
parent 8c20a94a02
commit 245bcf436f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class ShareFoldersVMActionTest < Test::Unit::TestCase
setup do
@folders = stub_shared_folders(<<-sf)
config.vm.share_folder("foo", "fooguest", "foohost", :owner => "yo", :group => "fo")
config.vm.share_folder("bar", "barguest", "barhost", :owner => "foo", :group => "bar")
config.vm.share_folder("bar", "barguestt", "barhost", :owner => "foo", :group => "bar")
config.vm.share_folder("foo_no_mount", nil, "foohost2")
sf
@ssh = mock("ssh")