Skip to content

Commit

Permalink
Merge pull request #554 from DavidS/split-gem-groups
Browse files Browse the repository at this point in the history
Split out beaker gems into separate group
  • Loading branch information
garethr committed Jul 18, 2016
2 parents e9aafba + 2e0f8d5 commit a492f07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
language: ruby
bundler_args: --without development
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
sudo: false
rvm:
Expand Down
9 changes: 6 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ group :test do
gem 'simplecov-console'
end

group :system_tests do
gem "beaker-puppet_install_helper", :require => false
gem "beaker-rspec"
gem "beaker", "~> 2.0"
end

group :development do
gem "travis"
gem "travis-lint"
gem "beaker", "~> 2.0"
gem "beaker-puppet_install_helper", :require => false
gem "beaker-rspec"
gem "puppet-blacksmith"
gem "guard-rake"
gem "pry"
Expand Down

0 comments on commit a492f07

Please sign in to comment.