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 9
9
Metrics/LineLength :
10
10
Max : 300
11
11
" .travis.yml " :
12
+ global_env :
13
+ - HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
12
14
deploy_to_forge :
13
15
enabled : false
14
16
simplecov : true
17
19
secure : >-
18
20
NT68BqwAuUSDfmHKZM1Zq7hu2CsK/O2zUhQdeeMBzMWqc6stFdBs8w4zilejzbKJBGSKczV05ctg30e3BfUxGdkuB5kmUCncr5Ky/ygnTi6HnVmdb6ia2Dh41aIoE902SB4h87cOnwcaWAVUBs7lRkJt8j3fK7EZ1egwwzoVaneG/YSMCMniBqSUZFMq5JK76SNBf7VsUzdnxo+nJKJQwMeDQgejb5Fs5F4ua6uSV/keYN7fUjrTLIRA2DKc0nk9fbp8wEN1e12fD0Dziqdlj0jxgJ+8HRAALk82Xu4HivAtOXrGSiXtan2JivbvQW0vFOAd/K1W4ax6ovsZewe4bhMFqgHvdczrlrXFdbKK3cbCJln+StauiWiAVy1wnL2j08zcqxxMPG2HUOpqKjb32CNr+IQZ1GRkx+r62+y18wRb9ir8cTmQli9PcPYFYdM4/5845jaG24qXTQA7s8/f3M7rHgzbZ2ilV6FI76k2iJHX4HAioRW5sD+nIE0STJMnlaVPXmmBhkGwEgoU2Vxbxvas4nCBUikPDoRh5zmY57FaaqJpUEyUgliTWF3OOO8F3xdyv2mdsoMQWi+xBC8CPNOAsTeocYVuZzKOf76eOfwMGcpAp/D8+kAYjb9UFK9tbtil7oeU2hP8kNp+X8AQnM3fxXeGyS1IOeTYAAFfBoI=
19
21
appveyor.yml :
22
+ environment :
23
+ HONEYCOMB_WRITEKEY : 7f3c63a70eecc61d635917de46bea4e6
24
+ HONEYCOMB_DATASET : litmus tests
20
25
matrix_extras :
21
26
- PUPPET_GEM_VERSION : " ~> 6.0"
22
27
RUBY_VERSION : 25
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ script:
16
16
bundler_args : --without system_tests
17
17
rvm :
18
18
- 2.5.3
19
+ env :
20
+ global :
21
+ - HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
19
22
stages :
20
23
- static
21
24
- spec
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
require 'puppet_litmus/rake_tasks' if Bundler . rubygems . find_name ( 'puppet_litmus' ) . any?
2
4
require 'puppetlabs_spec_helper/rake_tasks'
3
5
require 'puppet-syntax/tasks/puppet-syntax'
Original file line number Diff line number Diff line change 14
14
- ' mkdir C:\ProgramData\PuppetLabs\hiera && exit 0'
15
15
- ' mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0'
16
16
environment :
17
+ HONEYCOMB_WRITEKEY : 7f3c63a70eecc61d635917de46bea4e6
18
+ HONEYCOMB_DATASET : litmus tests
17
19
SIMPLECOV : yes
18
20
matrix :
19
21
-
Original file line number Diff line number Diff line change 47
47
" tsql" ,
48
48
" database"
49
49
],
50
- "pdk-version" : " 1.15 .0" ,
50
+ "pdk-version" : " 1.16 .0" ,
51
51
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
52
- "template-ref" : " heads/master-0-g941e819 "
52
+ "template-ref" : " heads/master-0-g5d52853 "
53
53
}
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
2
+
1
3
RSpec . configure do |c |
2
4
c . mock_with :rspec
3
5
end
You can’t perform that action at this time.
0 commit comments