Sha256: 333819ebbb2aa347c28627053f4892536ad90c466760a252faeff2999e3306b7

Contents?: true

Size: 309 Bytes

Versions: 23

Compression:

Stored size: 309 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

require File.expand_path('../test_helper', __FILE__)

class ExceptionsTest < Test::Unit::TestCase
  def test_profile
    result = begin
      RubyProf.profile do
        raise(RuntimeError, 'Test error')
      end
    rescue
    end
    assert_not_nil(result)
  end
end

Version data entries

23 entries across 21 versions & 2 rubygems

Version Path
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/ruby-prof-0.15.1/test/exceptions_test.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/ruby-prof-0.15.1/test/exceptions_test.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/ruby-prof-0.15.1/test/exceptions_test.rb
ruby-prof-0.15.2 test/exceptions_test.rb
ruby-prof-0.15.1 test/exceptions_test.rb
ruby-prof-0.15.0 test/exceptions_test.rb
ruby-prof-0.14.2 test/exceptions_test.rb
ruby-prof-0.14.1 test/exceptions_test.rb
ruby-prof-0.14.0 test/exceptions_test.rb
ruby-prof-0.13.1 test/exceptions_test.rb
ruby-prof-0.13.0 test/exceptions_test.rb
ruby-prof-0.12.2 test/exceptions_test.rb
ruby-prof-0.12.1-x86-mingw32 test/exceptions_test.rb
ruby-prof-0.12.1 test/exceptions_test.rb
ruby-prof-0.11.3 test/exceptions_test.rb
ruby-prof-0.11.2-x86-mingw32 test/exceptions_test.rb
ruby-prof-0.11.2 test/exceptions_test.rb
ruby-prof-0.11.0.rc3-x86-mingw32 test/exceptions_test.rb
ruby-prof-0.11.0.rc3 test/exceptions_test.rb
ruby-prof-0.11.0.rc2-x86-mingw32 test/exceptions_test.rb