File tree Expand file tree Collapse file tree 6 files changed +16
-2
lines changed Expand file tree Collapse file tree 6 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 99 Metrics/LineLength :
1010 Max : 300
1111" .travis.yml " :
12+ global_env :
13+ - HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
1214 deploy_to_forge :
1315 enabled : false
1416 simplecov : true
1719 secure : >-
1820 NT68BqwAuUSDfmHKZM1Zq7hu2CsK/O2zUhQdeeMBzMWqc6stFdBs8w4zilejzbKJBGSKczV05ctg30e3BfUxGdkuB5kmUCncr5Ky/ygnTi6HnVmdb6ia2Dh41aIoE902SB4h87cOnwcaWAVUBs7lRkJt8j3fK7EZ1egwwzoVaneG/YSMCMniBqSUZFMq5JK76SNBf7VsUzdnxo+nJKJQwMeDQgejb5Fs5F4ua6uSV/keYN7fUjrTLIRA2DKc0nk9fbp8wEN1e12fD0Dziqdlj0jxgJ+8HRAALk82Xu4HivAtOXrGSiXtan2JivbvQW0vFOAd/K1W4ax6ovsZewe4bhMFqgHvdczrlrXFdbKK3cbCJln+StauiWiAVy1wnL2j08zcqxxMPG2HUOpqKjb32CNr+IQZ1GRkx+r62+y18wRb9ir8cTmQli9PcPYFYdM4/5845jaG24qXTQA7s8/f3M7rHgzbZ2ilV6FI76k2iJHX4HAioRW5sD+nIE0STJMnlaVPXmmBhkGwEgoU2Vxbxvas4nCBUikPDoRh5zmY57FaaqJpUEyUgliTWF3OOO8F3xdyv2mdsoMQWi+xBC8CPNOAsTeocYVuZzKOf76eOfwMGcpAp/D8+kAYjb9UFK9tbtil7oeU2hP8kNp+X8AQnM3fxXeGyS1IOeTYAAFfBoI=
1921appveyor.yml :
22+ environment :
23+ HONEYCOMB_WRITEKEY : 7f3c63a70eecc61d635917de46bea4e6
24+ HONEYCOMB_DATASET : litmus tests
2025 matrix_extras :
2126 - PUPPET_GEM_VERSION : " ~> 6.0"
2227 RUBY_VERSION : 25
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ script:
1616bundler_args : --without system_tests
1717rvm :
1818 - 2.5.3
19+ env :
20+ global :
21+ - HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
1922stages :
2023 - static
2124 - spec
Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
13require 'puppet_litmus/rake_tasks' if Bundler . rubygems . find_name ( 'puppet_litmus' ) . any?
24require 'puppetlabs_spec_helper/rake_tasks'
35require 'puppet-syntax/tasks/puppet-syntax'
Original file line number Diff line number Diff line change 1414 - ' mkdir C:\ProgramData\PuppetLabs\hiera && exit 0'
1515 - ' mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0'
1616environment :
17+ HONEYCOMB_WRITEKEY : 7f3c63a70eecc61d635917de46bea4e6
18+ HONEYCOMB_DATASET : litmus tests
1719 SIMPLECOV : yes
1820 matrix :
1921 -
Original file line number Diff line number Diff line change 4747 " tsql" ,
4848 " database"
4949 ],
50- "pdk-version" : " 1.15 .0" ,
50+ "pdk-version" : " 1.16 .0" ,
5151 "template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
52- "template-ref" : " heads/master-0-g941e819 "
52+ "template-ref" : " heads/master-0-g5d52853 "
5353}
Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
13RSpec . configure do |c |
24 c . mock_with :rspec
35end
You can’t perform that action at this time.
0 commit comments