Hello
Has anyone got a link to a real or sample sinatra application that has
mutiple applications which are configured with Rack map calls in a
rackup file ?
I have set up a tiny example which can be found @
https://gist.github.com/336211
where i can run make request on both applications when i start with
shotgun, but when i try to test using rspec my tests are failing with
the following
expected ok? to return true, got false
/home/pmcgrathadmin/rubyinv/sinwith2/spec/web_application_spec.rb:
22:in `block (3 levels) in <top (required)>'
I have managed to test a classic style application with rspec, so just
trying to understand how i cater for multiple applications
Thanks in advance
Pat