• N
    The test name is misleading. It says · 49d03292
    Neeraj Singh 提交于
    test_should_cache_with_trailing_slash_on_url
    
    A trailing slash is removed when a page is cached.
    
    What the test meant to say was : a url with trailing slash
    should be cached and the cached page should not have any
    trailing slash.
    
    This patch clarifies the name a bit.
    49d03292
caching_test.rb 21.1 KB