diff options
| author | (no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-09 06:00:42 +0000 |
|---|---|---|
| committer | (no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-09 06:00:42 +0000 |
| commit | 773f1876ae7cb64a17b872fb14219daba11dcd48 (patch) | |
| tree | 457b370e373b8f508bac6428d9fde80f7a8a23d7 /test/rails | |
| parent | 1bcca319521987f5b7aa94ef16d3b3f0d41bde7f (diff) | |
| download | puppet-773f1876ae7cb64a17b872fb14219daba11dcd48.tar.gz puppet-773f1876ae7cb64a17b872fb14219daba11dcd48.tar.xz puppet-773f1876ae7cb64a17b872fb14219daba11dcd48.zip | |
Ignore the pkg directory if it exists, and fix up a couple of tests that were erroring out, which also will help the confinement of package types a bit more.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2663 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/rails')
| -rwxr-xr-x | test/rails/collection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rails/collection.rb b/test/rails/collection.rb index 05baf41cd..005d4502c 100755 --- a/test/rails/collection.rb +++ b/test/rails/collection.rb @@ -188,7 +188,7 @@ class TestRailsCollection < PuppetTest::TestCase # Make our configuration host = Puppet::Rails::Host.new(:name => "myhost") - host.resources.build(:title => "/tmp/hosttest", :type => "file", + host.resources.build(:title => "/tmp/hosttest", :restype => "file", :exported => true) host.save |
