From 674e0cef4e4a6516299695feff900ad2e4b722e6 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 21 Mar 2014 19:32:16 -0300 Subject: [PATCH] I think it is safe to get rid of this by now --- vagrant-spec.config.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vagrant-spec.config.rb b/vagrant-spec.config.rb index e61bc5d..1e2ca50 100644 --- a/vagrant-spec.config.rb +++ b/vagrant-spec.config.rb @@ -1,8 +1,3 @@ -unless ENV['USER'] == 'vagrant' - puts 'Acceptance specs are supposed to run from one of the vagrant-lxc dev machines' - exit 1 -end - # FIXME: Figure out why this doesn't work if ENV['COVERAGE'] == 'true' require 'simplecov'