test/yarv_test.rb in ruby-prof-0.15.2 vs test/yarv_test.rb in ruby-prof-0.15.3
- old
+ new
@@ -2,10 +2,10 @@
# encoding: UTF-8
require File.expand_path('../test_helper', __FILE__)
# tests for bugs reported by users
-class BugsTest < Test::Unit::TestCase
+class BugsTest < TestCase
def setup
RubyProf::measure_mode = RubyProf::WALL_TIME
define_methods
end