1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

feed some input that might change into dummy requests

This commit is contained in:
Konstantin Haase 2011-05-25 12:48:19 +02:00
parent 647d1687ac
commit b3dbbb80dd

View file

@ -94,7 +94,7 @@ shared_examples_for 'any rack application' do
run DummyApp
end
get('/').should be_ok
get('/..', :foo => '<bar>').should be_ok
end
it 'allows passing on values in env' do