[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.

This commit is contained in:
Alexey Verkhovsky 2005-01-18 18:55:40 +00:00
parent 7748ea4ecd
commit 8bf050292a

View file

@ -2,7 +2,6 @@
require File.dirname(__FILE__) + '/../test_helper'
require 'chunks/uri'
require 'chunks/match'
class URITest < Test::Unit::TestCase
include ChunkMatch