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'