]> git.openstreetmap.org Git - rails.git/blob - test/controllers/swf_controller_test.rb
Qualify SCALE in tests
[rails.git] / test / controllers / swf_controller_test.rb
1 require 'test_helper'
2
3 class SwfControllerTest < ActionController::TestCase
4   ##
5   # test all routes which lead to this controller
6   def test_routes
7     assert_routing(
8       { :path => "/api/0.6/swf/trackpoints", :method => :get },
9       { :controller => "swf", :action => "trackpoints" }
10     )
11   end
12 end