Sha256: f4fa74fd15c629591326fcb0b6a7b83334f2073c321da3e1dad1e7fcaf04f2c3

Contents?: true

Size: 175 Bytes

Versions: 29

Compression:

Stored size: 175 Bytes

Contents

class Views::StaticMethodSystemSpec::AllowsHelperAccess < Fortitude::Widgets::Html5
  def content
    text "foo is: #{foo('aaa')}"
    bar('bbb')
  end

  static :content
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.0.6-java spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.6 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.5-java spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.5 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.4-java spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.4 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.3 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.2 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb
fortitude-0.0.1 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/allows_helper_access.rb