From efe2759f3d817db2a690a50ce6708c82bb4cc9a4 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 8 Aug 2017 09:44:38 -0700 Subject: [PATCH] Renable vagrnat-spec --- Gemfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 56ced29a7..15f245819 100644 --- a/Gemfile +++ b/Gemfile @@ -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