X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=spec%2Fcopy_my_conf%2Fconfig_spec.rb;fp=spec%2Fcopy_my_conf%2Fconfig_spec.rb;h=0000000000000000000000000000000000000000;hp=5e1334da65f9263af71ba0a5f4d7ed78e5ff007a;hb=e83a68ac49cf7bf169e58b5706605b072b4966a3;hpb=fa35bc36a5430811c454bc6f93aca0f6bdf20348 diff --git a/spec/copy_my_conf/config_spec.rb b/spec/copy_my_conf/config_spec.rb deleted file mode 100644 index 5e1334d..0000000 --- a/spec/copy_my_conf/config_spec.rb +++ /dev/null @@ -1,17 +0,0 @@ -require "spec_helper" -module Vagrant::Provisioners - class CopyMyConf < Base - describe Config do - it "should list all the true attributes" do - config = Config.new - - config.vim - config.ssh - - all_enabled_attributes = config.all_enabled_attributes - all_enabled_attributes.map(&:class) =~ [Vim, Ssh] - end - end - end -end -