From 8bf050292a324159c5100010450e5a6da8798f0d Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Tue, 18 Jan 2005 18:55:40 +0000 Subject: [PATCH] [BREAKS BUILD] Deleted a wrong require that was causing Rake to skip uri_test.rb (bug in Rake?). There was, as it turned out, a failing test there. --- test/unit/uri_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/uri_test.rb b/test/unit/uri_test.rb index 722a479f..e5978426 100755 --- a/test/unit/uri_test.rb +++ b/test/unit/uri_test.rb @@ -2,7 +2,6 @@ require File.dirname(__FILE__) + '/../test_helper' require 'chunks/uri' -require 'chunks/match' class URITest < Test::Unit::TestCase include ChunkMatch