我之前在轨道2的应用程序在做这个ActionController::IntegrationTest用
ActionController::IntegrationTest
get '/', {}, {:user_agent => "Googlebot"}
但这似乎在Rails 3中不再起作用了.
我该怎么办?
integration-testing ruby-on-rails
integration-testing ×1
ruby-on-rails ×1