]> git.openstreetmap.org Git - rails.git/blob - test/unit/trace_test.rb
Commiting a version of is.yml in the progress of being translated from en.yml, around...
[rails.git] / test / unit / trace_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class TraceTest < Test::Unit::TestCase
4   api_fixtures
5   
6   def test_trace_count
7     assert_equal 2, Trace.count
8   end
9   
10 end