that returns trace data to return more information if the owner of the trace has allowed it. Based on a patch from Matt Amos.
10 lines
195 B
Ruby
10 lines
195 B
Ruby
require File.dirname(__FILE__) + '/../test_helper'
|
|
|
|
class TracepointTest < ActiveSupport::TestCase
|
|
api_fixtures
|
|
|
|
def test_tracepoint_count
|
|
assert_equal 4, Tracepoint.count
|
|
end
|
|
|
|
end
|