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

Merge pull request #412 from lest/fix-integration-test

Server that was runned during integration test doesn't stops
This commit is contained in:
Konstantin Haase 2011-11-14 10:44:53 -08:00
commit cd685585b7

View file

@ -13,7 +13,7 @@ class IntegrationTest < Test::Unit::TestCase
end
def command
cmd = []
cmd = ['exec']
if RbConfig.respond_to? :ruby
cmd << RbConfig.ruby.inspect
else