class ActiveRecord::PostgreSQLTestCase

Public Class Methods

run(*args) click to toggle source
Calls superclass method
# File activerecord/test/cases/test_case.rb, line 83
def self.run(*args)
  super if current_adapter?(:PostgreSQLAdapter)
end