spec/integration/templates/view_with_forms.rb in garterbelt-0.0.7 vs spec/integration/templates/view_with_forms.rb in garterbelt-0.0.8

- old
+ new

@@ -14,15 +14,15 @@ end partial FormView, :action => '/user/info', :method => 'put', :class => 'update' do h4 "Provide us with updated information" label do - text "Name: " + text "Name:" input :type => 'text', :name => 'name' end label do - text "Email: " + text "Email:" input :type => 'text', :name => 'email' end input :type => 'submit', :value => 'Update' end end \ No newline at end of file