Sha256: daef9bb06eb9d3bd335ad914f488b12e9716299daf91a4df7724747f4d58e8c5

Contents?: true

Size: 386 Bytes

Versions: 29

Compression:

Stored size: 386 Bytes

Contents

class Views::HelpersIncludeAllOffSystemSpec::IncludeAllOff < Fortitude::Widgets::Html5
  def content
    text "excitedly: "

    result = begin
      excitedly("awesome")
    rescue => e
      e.class.name
    end

    text result
    text "; "

    text "uncertainly: "
    result = begin
      uncertainly("cool")
    rescue => e
      e.class.name
    end

    text result
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

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