]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Use fixed beaker-testmode_switcher gem from git master
authorDavid Schmitt <david.schmitt@puppet.com>
Tue, 26 Sep 2017 16:54:01 +0000 (17:54 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Tue, 26 Sep 2017 16:54:01 +0000 (17:54 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index a5ce22f80029dfcc2a28a03dc01fb43eb7e7be08..042086974b3578706689f14d6caeb02ec495a5f2 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -47,7 +47,7 @@ group :system_tests do
   gem "puppet-module-win-system-r#{minor_version}",                              :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
   gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 3')                  
   gem "beaker-pe",                                                               :require => false
-  gem 'beaker-testmode_switcher', path:'/home/david/git/beaker-testmode_switcher'
+  gem 'beaker-testmode_switcher', git: 'https://github.com/puppetlabs/beaker-testmode_switcher.git'
   gem "beaker-rspec", *location_for(ENV['BEAKER_RSPEC_VERSION'])                
   gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'])
   gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.1')