【发布时间】:2011-02-15 11:31:18
【问题描述】:
是否可以为功能测试打开页面缓存?以下方法无效:
class ArticlesControllerTest < ActionController::TestCase
def setup
ActionController::Base.public_class_method :page_cache_path
ActionController::Base.perform_caching = true
end
end
提前致谢
德布
【问题讨论】:
标签: ruby-on-rails functional-testing page-caching