Sha256: 9e216ad97632c9529ddae0e1e17b68e71c5fc806b5cdd2d0ecf7f3b6ec7daab9

Contents?: true

Size: 232 Bytes

Versions: 29

Compression:

Stored size: 232 Bytes

Contents

class Views::HelpersSystemSpec::BuiltInOutputtingToReturning < Fortitude::Widgets::Html5
  helper :concat, :transform => :return_output

  def content
    the_text = concat("this is the_text")
    p "text is: #{the_text}"
  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/built_in_outputting_to_returning.rb
fortitude-0.0.6 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.5-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.5 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.4-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.4 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.3 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.2 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb
fortitude-0.0.1 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_outputting_to_returning.rb