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

Change the regex to fix some failed tests

This commit is contained in:
namusyaka 2014-09-11 19:52:40 +09:00
parent 76780024f1
commit 98e879b232

View file

@ -77,7 +77,7 @@ class IntegrationTest < Test::Unit::TestCase
it 'starts the correct server' do it 'starts the correct server' do
exp = %r{ exp = %r{
==\sSinatra/#{Sinatra::VERSION}\s ==\sSinatra\s\(v#{Sinatra::VERSION}\)\s
has\staken\sthe\sstage\son\s\d+\sfor\sdevelopment\s has\staken\sthe\sstage\son\s\d+\sfor\sdevelopment\s
with\sbackup\sfrom\s#{server} with\sbackup\sfrom\s#{server}
}ix }ix