summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRichard LeBer <richard.leber@gmail.com>2011-06-28 19:27:28 -0400
committerRichard LeBer <richard.leber@gmail.com>2011-06-28 19:27:28 -0400
commit8ab452523f3b3fe03a4f6ddb3670d7bafa54a78d (patch)
tree8128f8534d44d1f741f048467541ed2dbf544b1d /Rakefile
parenta8740345baf564664d706a0787a5f82878aeb8ed (diff)
downloadhighline-8ab452523f3b3fe03a4f6ddb3670d7bafa54a78d.tar.gz
Add tests; all tests pass
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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