module Minitest::Parallel::Db::InstanceMethods

Public Instance Methods

run() click to toggle source
Calls superclass method
# File lib/minitest/parallel/db.rb, line 33
def run
  adapter_run do
    super
  end
  self
end