Added spec for Config
[vagrant-dotfiles.git] / spec / spec_helper.rb
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
new file mode 100644 (file)
index 0000000..876582f
--- /dev/null
@@ -0,0 +1,5 @@
+require 'rspec'
+require "fixtures"
+$:<<File.dirname(__FILE__)+"/../lib"
+
+require "copy_my_conf"
\ No newline at end of file