We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10b872 commit a313de1Copy full SHA for a313de1
spec/classes/statsd_exporter_spec.rb
@@ -88,6 +88,27 @@
88
end
89
90
91
+ context 'with no mappings' do
92
+ let(:params) do
93
+ {
94
+ version: '0.8.0',
95
+ arch: 'amd64',
96
+ os: 'linux',
97
+ bin_dir: '/usr/local/bin',
98
+ install_method: 'url',
99
+ }
100
+ end
101
+
102
+ describe 'compile manifest' do
103
+ it { is_expected.to compile.with_all_deps }
104
105
106
+ describe 'not install config' do
107
+ it { shold_not contain_file('/etc/statsd-exporter-mapping.yaml') }
108
109
110
111
112
context 'with older version that does not support posix like option flags specified' do
113
let(:params) do
114
{
0 commit comments