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:
parent
76780024f1
commit
98e879b232
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue