Renable vagrnat-spec

This commit is contained in:
Brian Cain 2017-08-08 09:44:38 -07:00
parent c2937f13b1
commit efe2759f3d
1 changed files with 5 additions and 6 deletions

11
Gemfile
View File

@ -2,9 +2,8 @@ source "https://rubygems.org"
gemspec
# Disable until vagrant-spec rspec is pulled up
# if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
# gem 'vagrant-spec', path: "../vagrant-spec"
# else
# gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
# end
if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
gem 'vagrant-spec', path: "../vagrant-spec"
else
gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
end