Sha256: 0ab0bfd91b79d731f60dcbac5549f24b1bbff9a7a74b34675ac83b4227e27768

Contents?: true

Size: 251 Bytes

Versions: 29

Compression:

Stored size: 251 Bytes

Contents

class Views::HelpersSystemSpec::CustomReturningToOutputting < Fortitude::Widgets::Html5
  helper :excitedly, :transform => :output_return_value

  def content
    text "and "
    retval = excitedly("awesome")
    text ", yo"
    text retval
  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_returning_to_outputting.rb
fortitude-0.0.6 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.5-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.5 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.4-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.4 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.3 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.2 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb
fortitude-0.0.1 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/custom_returning_to_outputting.rb