]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/trace_test.rb
Cleanup trailing whitespace
[rails.git] / test / models / trace_test.rb
index 9ec40f18f40e75c610b101cef01c0a4c5d48388d..4b3c5b07d6b4bbff01a564a0bbeb30e0e3073290 100644 (file)
@@ -2,7 +2,7 @@ require 'test_helper'
 
 class TraceTest < ActiveSupport::TestCase
   api_fixtures
-  
+
   def setup
     @gpx_trace_dir = Object.send("remove_const", "GPX_TRACE_DIR")
     Object.const_set("GPX_TRACE_DIR", File.dirname(__FILE__) + "/../traces")
@@ -27,8 +27,8 @@ class TraceTest < ActiveSupport::TestCase
     check_query(Trace.visible_to(3), [:public_trace_file, :identifiable_trace_file])
   end
 
-  def test_public
-    check_query(Trace.public, [:public_trace_file, :identifiable_trace_file, :deleted_trace_file])
+  def test_visible_to_all
+    check_query(Trace.visible_to_all, [:public_trace_file, :identifiable_trace_file, :deleted_trace_file])
   end
 
   def test_tagged