From 98e879b232c52f2b90526c5b6a39fb87f40aa91a Mon Sep 17 00:00:00 2001 From: namusyaka Date: Thu, 11 Sep 2014 19:52:40 +0900 Subject: [PATCH] Change the regex to fix some failed tests --- test/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.rb b/test/integration_test.rb index b19d7eaa..d0c61267 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -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