test/test_helper.rb in ruby-prof-0.12.2 vs test/test_helper.rb in ruby-prof-0.13.0

- old
+ new

@@ -11,9 +11,11 @@ gem "minitest-reporters" require 'minitest/reporters' MiniTest::Reporters.use! end +require "minitest/pride" + # To make testing/debugging easier, test within this source tree versus an installed gem dir = File.dirname(__FILE__) root = File.expand_path(File.join(dir, '..')) lib = File.expand_path(File.join(root, 'lib')) ext = File.expand_path(File.join(root, 'ext', 'ruby_prof'))