File tree Expand file tree Collapse file tree 4 files changed +214
-244
lines changed Expand file tree Collapse file tree 4 files changed +214
-244
lines changed Original file line number Diff line number Diff line change 1212 ],
1313 "operatingsystem_support" : [
1414 {
15- "operatingsystem" : " CentOS" ,
16- "operatingsystemrelease" : [
17- " 7" ,
18- " 8"
19- ]
15+ "operatingsystem" : " CentOS"
2016 },
2117 {
22- "operatingsystem" : " OracleLinux" ,
23- "operatingsystemrelease" : [
24- " 7" ,
25- " 8"
26- ]
18+ "operatingsystem" : " OracleLinux"
2719 },
2820 {
29- "operatingsystem" : " RedHat" ,
30- "operatingsystemrelease" : [
31- " 7" ,
32- " 8"
33- ]
21+ "operatingsystem" : " RedHat"
3422 },
3523 {
36- "operatingsystem" : " Scientific" ,
37- "operatingsystemrelease" : [
38- " 7" ,
39- " 8"
40- ]
24+ "operatingsystem" : " Scientific"
4125 },
4226 {
43- "operatingsystem" : " Debian" ,
44- "operatingsystemrelease" : [
45- " 8" ,
46- " 9" ,
47- " 10"
48- ]
27+ "operatingsystem" : " Debian"
4928 },
5029 {
51- "operatingsystem" : " Ubuntu" ,
52- "operatingsystemrelease" : [
53- " 16.04" ,
54- " 18.04" ,
55- " 20.04"
56- ]
30+ "operatingsystem" : " Ubuntu"
5731 },
5832 {
59- "operatingsystem" : " Fedora" ,
60- "operatingsystemrelease" : [
61- " 30" ,
62- " 31" ,
63- " 32"
64- ]
33+ "operatingsystem" : " Fedora"
6534 }
6635 ],
6736 "requirements" : [
Original file line number Diff line number Diff line change 3131end
3232
3333RSpec . configure do |c |
34+ c . mock_with :rspec
3435 c . default_facts = default_facts
3536 c . before :each do
3637 # set to strictest setting for testing
You can’t perform that action at this time.
0 commit comments