From 8ab452523f3b3fe03a4f6ddb3670d7bafa54a78d Mon Sep 17 00:00:00 2001 From: Richard LeBer Date: Tue, 28 Jun 2011 19:27:28 -0400 Subject: Add tests; all tests pass --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 39101e1..04d3c12 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ task :default => [:test] Rake::TestTask.new do |test| test.libs << "test" - test.test_files = [ "test/ts_all.rb", "test/tc_string_extension.rb"] + test.test_files = [ "test/ts_all.rb"] test.verbose = true end -- cgit v1.2.1