Sha256: 4e2b5c0c9aef784bf41d6a40f18984aaa70778eb382005eaeefcafb67df7939f

Contents?: true

Size: 271 Bytes

Versions: 10

Compression:

Stored size: 271 Bytes

Contents

# encoding: UTF-8

# Disable minitest parallel tests. The problem is the thread switching will cahnge test results
# (self vs wait time)
ENV["N"] = "0"

require 'bundler/setup'
require 'minitest/autorun'
require 'ruby-prof'

class TestCase < Minitest::Test
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby-prof-1.4.1-x64-mingw32 test/test_helper.rb
ruby-prof-1.4.1 test/test_helper.rb
ruby-prof-1.4.0-x64-mingw32 test/test_helper.rb
ruby-prof-1.4.0 test/test_helper.rb
ruby-prof-1.3.2 test/test_helper.rb
ruby-prof-1.3.1-x64-mingw32 test/test_helper.rb
ruby-prof-1.3.1 test/test_helper.rb
ruby-prof-1.3.0-x64-mingw32 test/test_helper.rb
ruby-prof-1.3.0 test/test_helper.rb
ruby-prof-1.2.0 test/test_helper.rb