From 43b1fb32ca45eca3494fa802300153ff1c1c63e8 Mon Sep 17 00:00:00 2001 From: Branan Purvine-Riley Date: Thu, 31 May 2012 16:48:44 -0700 Subject: Update module for the puppetlabs_spec_helper gem * Use `rake spec` in the travis config * Load Rakefile and spec_helper from the common code in the gem --- .gemfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.gemfile') diff --git a/.gemfile b/.gemfile index 7ba9ef9..9aad840 100644 --- a/.gemfile +++ b/.gemfile @@ -1,13 +1,5 @@ source :rubygems puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7'] - gem 'puppet', puppetversion - -group :test do - gem 'rake', '>= 0.9.0' - gem 'rspec', '>= 2.8.0' - gem 'rspec-puppet', '>= 0.1.1' - gem 'mocha', '>= 0.11.0' - gem 'puppet-lint', '>= 0.1.0' -end +gem 'puppetlabs_spec_helper', '>= 0.1.0' -- cgit v1.2.3