Sha256: cc2bdd5777386af3fcfc159675958aeab3ef8e32cdd166766641659f7bb12548
Contents?: true
Size: 345 Bytes
Versions: 27
Compression:
Stored size: 345 Bytes
Contents
class Views::ComplexHelpersSystemSpec::FormForTest < Fortitude::Widgets::Html5 def content text "OUTSIDE_BEFORE" form_for :person do |f| text "INSIDE_BEFORE" text "FIRST: " f.text_field :first_name text "LAST: " f.text_field :last_name text "INSIDE_AFTER" end text "OUTSIDE_AFTER" end end
Version data entries
27 entries across 27 versions & 1 rubygems