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
This commit is contained in:
ballman 2007-06-12 00:38:03 +00:00
Родитель 4442a31b56
Коммит 3003aad5f6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ module PuppetTest::RailsTesting
def railsteardown
if Puppet[:dbadapter] != "sqlite3"
# Puppet::Rails.teardown
Puppet::Rails.teardown
end
end