[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:
parent
7748ea4ecd
commit
8bf050292a
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
require File.dirname(__FILE__) + '/../test_helper'
|
require File.dirname(__FILE__) + '/../test_helper'
|
||||||
require 'chunks/uri'
|
require 'chunks/uri'
|
||||||
require 'chunks/match'
|
|
||||||
|
|
||||||
class URITest < Test::Unit::TestCase
|
class URITest < Test::Unit::TestCase
|
||||||
include ChunkMatch
|
include ChunkMatch
|
||||||
|
|
Loading…
Reference in a new issue