Sha256: 9503f2c040be6fab77bdb4b30eb0339d3ee9e3685530528f834a19f5849852ff

Contents?: true

Size: 219 Bytes

Versions: 29

Compression:

Stored size: 219 Bytes

Contents

class Views::HelpersSystemSpec::CustomOutputtingToReturning < Fortitude::Widgets::Html5
  helper :say_how_awesome_it_is, :transform => :return_output

  def content
    text "and #{say_how_awesome_it_is}, yo"
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

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