summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRichard LeBer <richard.leber@gmail.com>2011-06-27 12:46:23 -0400
committerRichard LeBer <richard.leber@gmail.com>2011-06-27 12:46:23 -0400
commitd1fb1a844934b8b3cd2adde110a34d3189956fb7 (patch)
treeef17ab855a21a87eaa2bcb444772c6158c559745 /Rakefile
parentcf01259b6cc64b15e480481a56cfe5f3ff847423 (diff)
downloadhighline-d1fb1a844934b8b3cd2adde110a34d3189956fb7.tar.gz
Add tests for convenience methods and String extensions
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5c74b16..39101e1 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.test_files = [ "test/ts_all.rb", "test/tc_string_extension.rb"]
test.verbose = true
end