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
1 changed files with 1 additions and 1 deletions

View File

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