summaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-14 19:53:47 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-14 19:53:47 +0000
commit72f8b3205296e1242ff63061fb7a6770cd423609 (patch)
treea6367a95d20ec35e7626f74cd826df5abff254d0 /test/lib
parentf5e7915b54a4bdb21067ad82142751b542345969 (diff)
downloadpuppet-72f8b3205296e1242ff63061fb7a6770cd423609.tar.gz
puppet-72f8b3205296e1242ff63061fb7a6770cd423609.tar.xz
puppet-72f8b3205296e1242ff63061fb7a6770cd423609.zip
Reworking the package tests. Now providers are tested individually
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1921 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/puppettest/fakes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/fakes.rb b/test/lib/puppettest/fakes.rb
index 338afe575..137042d7f 100644
--- a/test/lib/puppettest/fakes.rb
+++ b/test/lib/puppettest/fakes.rb
@@ -139,7 +139,7 @@ module PuppetTest
return ret
end
-
+
def store(hash)
hash.each do |n, v|
method = n.to_s + "="