Sha256: 96b3d3b4d23c5ab4883e80ccbb8090f002357e9bcef6cf5c6d3f8c5b65c114fb
Contents?: true
Size: 263 Bytes
Versions: 16
Compression:
Stored size: 263 Bytes
Contents
class Views::ComplexHelpersSystemSpec::CacheTest < Fortitude::Widgets::Html5 needs :a, :b def content text "before_cache(#{a},#{b})" cache("cache_test-#{a}") do text "inside_cache(#{a},#{b})" end text "after_cache(#{a},#{b})" end end
Version data entries
16 entries across 16 versions & 1 rubygems