]> git.openstreetmap.org Git - rails.git/commitdiff
There are five trace fixtures now
authorTom Hughes <tom@compton.nu>
Mon, 11 Oct 2010 22:35:44 +0000 (23:35 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 11 Oct 2010 22:35:44 +0000 (23:35 +0100)
test/unit/trace_test.rb

index 0d72e553ea4e79df8c1a40b2cf08c4741300dcca..db6dc6044cca48e2e2ffc0f8b4b21d7396b6d132 100644 (file)
@@ -4,7 +4,7 @@ class TraceTest < ActiveSupport::TestCase
   api_fixtures
   
   def test_trace_count
-    assert_equal 4, Trace.count
+    assert_equal 5, Trace.count
   end
   
 end