Sha256: b6ada034e3d471e1df56a910e1f80dfc3e3551179b36ca5769c7c1cbe91b6bce

Contents?: true

Size: 264 Bytes

Versions: 29

Compression:

Stored size: 264 Bytes

Contents

class Views::HelpersSystemSpec::HelpersThatOutputWhenRefined < Fortitude::Widgets::Html5
  def content
    text "START"
    image_tag 'http://example.com/foo'
    mail_to 'test@example.com'
    stylesheet_link_tag 'http://example.com/bar'
    text "END"
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.6 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.5-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.5 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.4-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.4 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.3-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.3 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.2-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.2 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.1-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.1 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.0-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.9.0 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.0.10-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.0.10 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.0.9-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.0.9 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.0.7-java spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb
fortitude-0.0.7 spec/rails/templates/helpers_system_spec/app/views/helpers_system_spec/helpers_that_output_when_refined.rb