switches patch to use 1.8 hash syntax

This commit is contained in:
Ben Mabey 2012-03-21 09:28:19 -06:00
parent fd65932870
commit dc246adcc6

View file

@ -8,7 +8,7 @@ module DatabaseCleaner
@fibers||= []
db= self.db
f= Fiber.new do
db.transaction(rollback: :always, savepoint: true) do
db.transaction(:rollback => :always, :savepoint => true) do
Fiber.yield
end
end