diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-19 04:57:57 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-19 04:57:57 +0000 |
| commit | 9f4870637ce57d548d23c0b3330200014327c268 (patch) | |
| tree | b820cfb5a8150dc00d475ffe0cde6316ad210a91 /test/lib | |
| parent | dc5f4dc0d01dc2ccb4679afbf3802a7ab0f3c126 (diff) | |
| download | puppet-9f4870637ce57d548d23c0b3330200014327c268.tar.gz puppet-9f4870637ce57d548d23c0b3330200014327c268.tar.xz puppet-9f4870637ce57d548d23c0b3330200014327c268.zip | |
All rails *and* language tests now pass, with the exception of a language/resource test that passes by itself but fails when run as part of the whole suite. Also, I added deletion where appropriate, so that unspecified resources, parameters, and facts are now deleted, as one would expect.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1951 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/puppettest/railstesting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/railstesting.rb b/test/lib/puppettest/railstesting.rb index e2ce7ef3f..c8f55ead8 100644 --- a/test/lib/puppettest/railstesting.rb +++ b/test/lib/puppettest/railstesting.rb @@ -25,7 +25,7 @@ module PuppetTest::RailsTesting # Now build a resource resources = [] - resources << mkresource(:restype => type, :title => title, :exported => true, + resources << mkresource(:type => type, :title => title, :exported => true, :params => params) # Now collect our facts |
