From 3003aad5f6f18bb569dc95857990fb53806e280c Mon Sep 17 00:00:00 2001 From: ballman Date: Tue, 12 Jun 2007 00:38:03 +0000 Subject: 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 --- test/lib/puppettest/railstesting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit