Sha256: bdf1f11f232f5c15d5ef99fc6b015278356414701121b3a866f1b4c8cec2dfdc

Contents?: true

Size: 268 Bytes

Versions: 29

Compression:

Stored size: 268 Bytes

Contents

class Views::HelpersSystemSpec::BuiltInReturningToOutputting < Fortitude::Widgets::Html5
  helper :time_ago_in_words, :transform => :output_return_value

  def content
    t = 3.months.ago
    text "it was "
    retval = time_ago_in_words(t)
    text ", 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/built_in_returning_to_outputting.rb
fortitude-0.0.6 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.5-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.5 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.4-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.4 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.3 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.2 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb
fortitude-0.0.1 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/built_in_returning_to_outputting.rb