Checkpoint / the simplest test looks to be working now (~/.vimrc)
[vagrant-dotfiles.git] / spec / vagrant-dotfiles / config_spec.rb
diff --git a/spec/vagrant-dotfiles/config_spec.rb b/spec/vagrant-dotfiles/config_spec.rb
new file mode 100644 (file)
index 0000000..dd5fe26
--- /dev/null
@@ -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
+