Fix up tests and runner
[ebb.git] / test / rails_app / app / views / simple / index.html.erb
blob7717b8eca058ac921b301e0221832948fde19074
1 <h1>Simple#index</h1>
3 <h2>ENV</h2>
4 <%= request.env.to_yaml %>
6 <h2>Cookies</h2>
7 <%= request.cookies.to_yaml %>
9 <h2>Params</h2>
10 <%= params.to_yaml %>
12 <% form_tag '/simple' do %>
13   <%= text_field_tag :a %>
14   <%= submit_tag 'Submit' %>
15 <% end %>