X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=spec%2Fvagrant-dotfiles%2Fconfig_spec.rb;fp=spec%2Fvagrant-dotfiles%2Fconfig_spec.rb;h=dd5fe268677c378dd849e66c72da9065424d10c0;hp=0000000000000000000000000000000000000000;hb=e83a68ac49cf7bf169e58b5706605b072b4966a3;hpb=fa35bc36a5430811c454bc6f93aca0f6bdf20348 diff --git a/spec/vagrant-dotfiles/config_spec.rb b/spec/vagrant-dotfiles/config_spec.rb new file mode 100644 index 0000000..dd5fe26 --- /dev/null +++ b/spec/vagrant-dotfiles/config_spec.rb @@ -0,0 +1,12 @@ +require "spec_helper" +module Vagrant::Provisioners + class VagrantDotfiles < Base + describe Config do + it "should list all the true attributes" do + config = Config.new + + end + end + end +end +