From 999bbf3d508286a9aaeffa56653d2abb0bbf405c Mon Sep 17 00:00:00 2001 From: Dustin DeYoung Date: Sun, 26 May 2013 11:10:50 -0400 Subject: [PATCH] Regex is 1.8.7 compatible for subpage create tests --- test/test_app.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_app.rb b/test/test_app.rb index d764cb66..2a44fee8 100644 --- a/test/test_app.rb +++ b/test/test_app.rb @@ -305,7 +305,7 @@ context "Frontend" do name = "#{dir}/bar" get "/create/#{name}" assert_match(/\/#{dir}/, last_response.body) - assert_not_match(/(? nil}) end