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

Version Path
fortitude-0.0.9-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.9 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.7-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.7 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.6-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.6 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.5-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.5 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.4-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.4 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.3 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.2 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.1 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb