|
11 | 11 | }
|
12 | 12 | end
|
13 | 13 |
|
| 14 | + it { is_expected.to run.with_params('Debian', '10').and_return(false) } |
14 | 15 | it { is_expected.to run.with_params('Debian', '9').and_return(true) }
|
15 |
| - it { is_expected.to run.with_params('Debian', '8').and_return(false) } |
16 |
| - it { is_expected.to run.with_params('Debian', '8.0').and_return(false) } |
| 16 | + it { is_expected.to run.with_params('Debian', '8').and_return(true) } |
| 17 | + it { is_expected.to run.with_params('Debian', '8.0').and_return(true) } |
17 | 18 | it { is_expected.to run.with_params('Ubuntu', '16.04').and_return(false) }
|
18 | 19 | it { is_expected.to run.with_params('Fedora', '29').and_return(false) }
|
19 | 20 | end
|
|
27 | 28 | end
|
28 | 29 |
|
29 | 30 | it { is_expected.to run.with_params('Debian', '9').and_return(false) }
|
30 |
| - it { is_expected.to run.with_params('Ubuntu', '16').and_return(false) } |
| 31 | + it { is_expected.to run.with_params('Ubuntu', '16').and_return(true) } |
| 32 | + it { is_expected.to run.with_params('Ubuntu', '14.04').and_return(true) } |
31 | 33 | it { is_expected.to run.with_params('Ubuntu', '16.04').and_return(true) }
|
32 |
| - it { is_expected.to run.with_params('Ubuntu', '18.04').and_return(true) } |
| 34 | + it { is_expected.to run.with_params('Ubuntu', '18.04').and_return(false) } |
| 35 | + it { is_expected.to run.with_params('Ubuntu', '20.04').and_return(false) } |
33 | 36 | it { is_expected.to run.with_params('Fedora', '29').and_return(false) }
|
34 | 37 | end
|
35 | 38 |
|
|
0 commit comments