From cf6457f4dd3c862c139c198a490999033007ca61 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 3 Dec 2014 15:00:42 -0800 Subject: [PATCH] Fix spec tests https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/259 updated the apt key without updating the tests for it. This patch fixes the tests. --- spec/classes/rabbitmq_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/classes/rabbitmq_spec.rb b/spec/classes/rabbitmq_spec.rb index e82a64e6b..7bef020c9 100644 --- a/spec/classes/rabbitmq_spec.rb +++ b/spec/classes/rabbitmq_spec.rb @@ -602,7 +602,7 @@ 'release' => 'testing', 'repos' => 'main', 'include_src' => false, - 'key' => '056E8E56' + 'key' => 'F7B8CEA6056E8E56' ) } end end @@ -616,7 +616,7 @@ 'release' => 'testing', 'repos' => 'main', 'include_src' => false, - 'key' => '056E8E56' + 'key' => 'F7B8CEA6056E8E56' ) } it { should contain_apt__pin('rabbitmq').with(