test/vagrant/downloaders/file_test.rb in vagrantup-0.6.3 vs test/vagrant/downloaders/file_test.rb in vagrantup-0.6.4

- old
+ new

@@ -1,9 +1,9 @@ require "test_helper" class FileDownloaderTest < Test::Unit::TestCase setup do - @downloader, @tempfile = mock_downloader(Vagrant::Downloaders::File) + @downloader, @tempfile = vagrant_mock_downloader(Vagrant::Downloaders::File) @uri = "foo.box" end context "preparing" do should "raise an exception if the file does not exist" do