1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/spec/views/header_links.erb

9 lines
138 B
Text
Raw Normal View History

2017-01-26 19:10:51 -05:00
<p>
<a href="/get_header">Link</a>
</p>
<form action="/get_header" method="get">
<p><input type="submit" value="Post"/></p>
</form>