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 fb6c9f0 commit 0ff53a5Copy full SHA for 0ff53a5
spec/default_spec.rb
@@ -56,6 +56,11 @@
56
:mode => 00644)
57
end
58
59
+ it 'should set additional rabbitmq config' do
60
+ node.set['rabbitmq']['additional_rabbit_configs'] = { 'foo' => 'bar' }
61
+ expect(chef_run).to render_file('/etc/rabbitmq/rabbitmq.config').with_content('foo, bar')
62
+ end
63
+
64
describe 'suse' do
65
let(:runner) { ChefSpec::ServerRunner.new(SUSE_OPTS) }
66
let(:node) { runner.node }
0 commit comments