Class: FixtureDependencies::SequelTestCase

Inherits:
Test::Unit::TestCase show all
Defined in:
lib/fixture_dependencies/test_unit/sequel.rb

Instance Method Summary collapse

Methods inherited from Test::Unit::TestCase

#setup_with_fixtures, stupid_method_added

Instance Method Details

#run(*args, &block) ⇒ Object



7
8
9
10
11
# File 'lib/fixture_dependencies/test_unit/sequel.rb', line 7

def run(*args, &block)
  Sequel::Model.db.transaction(:rollback=>:always) do
    super
  end
end