projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add missing </p> tags
[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