mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove duplicated get /foo/write_session
This commit is contained in:
parent
1acdc4d930
commit
571b747ed2
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ module ApplicationTests
|
|||
|
||||
require "#{app_path}/config/environment"
|
||||
|
||||
get '/foo/write_session'
|
||||
get '/foo/write_session'
|
||||
get '/foo/read_session'
|
||||
assert_equal '1', last_response.body
|
||||
|
|
Loading…
Reference in a new issue