Checkpoint / the simplest test looks to be working now (~/.vimrc)
[vagrant-dotfiles.git] / spec / vagrant-dotfiles / config_spec.rb
1 require "spec_helper"
2 module Vagrant::Provisioners
3 class VagrantDotfiles < Base
4 describe Config do
5 it "should list all the true attributes" do
6 config = Config.new
7
8 end
9 end
10 end
11 end
12