rails/example/example_test.rb in ruby-prof-0.8.2 vs rails/example/example_test.rb in ruby-prof-0.9.0

- old
+ new

@@ -1,9 +1,9 @@ require File.dirname(__FILE__) + '../profile_test_helper' class ExampleTest < Test::Unit::TestCase include RubyProf::Test - + def test_stuff puts "Test method" end -end +end