Sha256: 8550ec22198e11bac834e1509012a7c82929d3518e378f42fabab685d4e6c5d4

Contents?: true

Size: 195 Bytes

Versions: 4

Compression:

Stored size: 195 Bytes

Contents

class Views::ComplexHelpersSystemSpec::LabelBlockTest < Fortitude::Widgets::Html5
  def content
    form_for :person do |f|
      f.label(:name) do
        text 'Foo'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/label_block_test.rb
fortitude-0.9.6 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/label_block_test.rb
fortitude-0.9.5-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/label_block_test.rb
fortitude-0.9.5 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/label_block_test.rb