X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=spec%2Fcopy_my_conf%2Fvim_spec.rb;fp=spec%2Fcopy_my_conf%2Fvim_spec.rb;h=0000000000000000000000000000000000000000;hp=fb0a56e26f4351abc77bc4b466db40468d09d5e5;hb=e83a68ac49cf7bf169e58b5706605b072b4966a3;hpb=fa35bc36a5430811c454bc6f93aca0f6bdf20348 diff --git a/spec/copy_my_conf/vim_spec.rb b/spec/copy_my_conf/vim_spec.rb deleted file mode 100644 index fb0a56e..0000000 --- a/spec/copy_my_conf/vim_spec.rb +++ /dev/null @@ -1,20 +0,0 @@ -require "spec_helper" - -module Vagrant - module Provisioners - class CopyMyConf < Base - describe Vim do - it "should copy dotfiles to temporary location in vagrant box" do - Vim.any_instance.stub(:`).and_return(nil) - vm = Object.new - tmp_root = "tmp_root" - - vm.should_receive(:share_folder).with(anything, "#{tmp_root}/vim", "#{tmp_root}/vim") - vim = Vim.new - - vim.prepare vm, tmp_root - end - end - end - end -end \ No newline at end of file