module Minitest::Parallel::Db::ActiveRecord::TestInstanceMethods

Public Instance Methods

model() click to toggle source

If you want to be specific with a certain model, define your own ‘model` method (or `let` statement).

# File lib/minitest/parallel/db/orms/active_record.rb, line 24
def model
  ::ActiveRecord::Base
end