Skip to content

Commit

Permalink
Fix spec tests
Browse files Browse the repository at this point in the history
voxpupuli/puppet-rabbitmq#259 updated the
apt key without updating the tests for it. This patch fixes the tests.
  • Loading branch information
Colleen Murphy committed Dec 3, 2014
1 parent a53e0c2 commit cf6457f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/rabbitmq_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
'release' => 'testing',
'repos' => 'main',
'include_src' => false,
'key' => '056E8E56'
'key' => 'F7B8CEA6056E8E56'
) }
end
end
Expand All @@ -616,7 +616,7 @@
'release' => 'testing',
'repos' => 'main',
'include_src' => false,
'key' => '056E8E56'
'key' => 'F7B8CEA6056E8E56'
) }

it { should contain_apt__pin('rabbitmq').with(
Expand Down

0 comments on commit cf6457f

Please sign in to comment.