Add conspicuous pointer at top of spec/test_app.rb to help contributors

This commit is contained in:
Jo Liss 2012-01-10 01:33:59 +01:00
parent df95ebc2ac
commit 6446d74733
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ class TestApp < Sinatra::Base
set :root, File.dirname(__FILE__)
set :static, true
# Also check lib/capybara/spec/views/*.erb for pages not listed here
get '/' do
'Hello world! <a href="with_html">Relative</a>'
end