]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
(#11413) Add spec test for apt::force to verify changes to unless
authorDan Bode <dan@puppetlabs.com>
Fri, 13 Jan 2012 19:02:42 +0000 (11:02 -0800)
committerDan Bode <dan@puppetlabs.com>
Fri, 13 Jan 2012 20:04:09 +0000 (12:04 -0800)
commitf71db53130c28e9fc6fd7468df6800b15ad7676e
tree986d7af19b96179846b95c6767e21f44823853f6
parent2f5d317177976043dc3480ff715da5e1e56b8957
(#11413) Add spec test for apt::force to verify changes to unless

In the Previous commits, the query being done by the
apt::force install command was not strict enough and
could lead to false positives.

These queries represented by the unless parameter have been
resolved in another commit. This commit accompanies that commit
and adds basic unit tests to correspond to the changes.
spec/defines/force_spec.rb [new file with mode: 0644]