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

Version Path
fortitude-0.9.6-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.6 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.5-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.5 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.4-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.4 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.3-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.3 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.2-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.2 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.1-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.1 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.0-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.9.0 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.10-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb
fortitude-0.0.10 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/cache_test.rb