From: varac Date: Mon, 7 Dec 2015 13:36:48 +0000 (+0100) Subject: [docs] Add test docs how to use custom facter/puppet version X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bf4daa73b11fe7d7db49a6f863d8e850288c57e8;p=puppet-apt.git [docs] Add test docs how to use custom facter/puppet version --- diff --git a/README b/README index e08cc5b..410201d 100644 --- a/README +++ b/README @@ -576,6 +576,10 @@ To run pupept rspec tests: bundle install --path vendor/bundle bundle exec rake spec +Using different facter/puppet versions: + + FACTER_GEM_VERSION=1.6.10 PUPPET_GEM_VERSION=2.7.23 bundle install --path vendor/bundle + bundle exec rake spec Licensing =========