Sha256: a692963b8b150d5dcd57e87f1601d5e1c3181efe9a713c3f56f19efff384a8b7
Contents?: true
Size: 350 Bytes
Versions: 8
Compression:
Stored size: 350 Bytes
Contents
# encoding: UTF-8 require 'bundler/setup' require 'ruby-prof' # Disable minitest parallel tests. The problem is the thread switching will change test results # (self vs wait time) ENV["MT_CPU"] = "0" # New versions of minitest ENV["N"] = "0" # Older versions of minitest require 'minitest/autorun' class TestCase < Minitest::Test end
Version data entries
8 entries across 8 versions & 1 rubygems