Sha256: d7f03ce84f0539dfa554b56d9e3b7b7922120baa9e9a6666a898ab366f3a4f07
Contents?: true
Size: 304 Bytes
Versions: 13
Compression:
Stored size: 304 Bytes
Contents
class Views::ComplexHelpersSystemSpec::CacheTest < Fortitude::Widgets::Html5 needs :a, :b def content text "before_cache(#{a},#{b})" # rawtext "fragment_name: #{cache_fragment_name(a)}" cache(a) do text "inside_cache(#{a},#{b})" end text "after_cache(#{a},#{b})" end end
Version data entries
13 entries across 13 versions & 1 rubygems