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:
parent
647d1687ac
commit
b3dbbb80dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue