]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/swf_controller_test.rb
Reorganise tests to match modern rails test layout
[rails.git] / test / functional / swf_controller_test.rb
diff --git a/test/functional/swf_controller_test.rb b/test/functional/swf_controller_test.rb
deleted file mode 100644 (file)
index 09b8f3a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-require File.dirname(__FILE__) + '/../test_helper'
-
-class SwfControllerTest < ActionController::TestCase
-  ##
-  # test all routes which lead to this controller
-  def test_routes
-    assert_routing(
-      { :path => "/api/0.6/swf/trackpoints", :method => :get },
-      { :controller => "swf", :action => "trackpoints" }
-    )
-  end
-end