diff options
author | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-12 00:38:03 +0000 |
---|---|---|
committer | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-12 00:38:03 +0000 |
commit | 3003aad5f6f18bb569dc95857990fb53806e280c (patch) | |
tree | 65aefc367a8ec1d8cb4ea40cb7c5c93ca2cd9dd4 | |
parent | 4442a31b5635dcb360b29fac447b4ea25e4de879 (diff) | |
download | puppet-3003aad5f6f18bb569dc95857990fb53806e280c.tar.gz puppet-3003aad5f6f18bb569dc95857990fb53806e280c.tar.xz puppet-3003aad5f6f18bb569dc95857990fb53806e280c.zip |
Added the teardown of the database back to the tests.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2567 980ebf18-57e1-0310-9a29-db15c13687c0
-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 cb7f9d0e9..8b5f074a2 100644 --- a/test/lib/puppettest/railstesting.rb +++ b/test/lib/puppettest/railstesting.rb @@ -19,7 +19,7 @@ module PuppetTest::RailsTesting def railsteardown if Puppet[:dbadapter] != "sqlite3" -# Puppet::Rails.teardown + Puppet::Rails.teardown end end |