projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More unit test stubs
[rails.git]
/
test
/
unit
/
tracepoint_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class TracepointTest < Test::Unit::TestCase
4
fixtures :gps_points
5
set_fixture_class :gps_points => Tracepoint
6
7
def test_tracepoint_count
8
assert_equal 1, Tracepoint.count
9
end
10
11
end