aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-10-07 15:37:09 -0500
committerJoshua Peek <josh@joshpeek.com>2012-10-07 15:37:09 -0500
commitb798e28bfb789b39cb229c6cf77fc7f2a722b791 (patch)
tree8e47fb9d3bb144e8d8fee511e0faaa3eb4a447e3
parentebd6077cd759d633b3879cb3e34c06342bfdd23d (diff)
No warnings
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index af0700d..08ce419 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,9 +3,7 @@ require 'rake/testtask'
task :default => :test
-Rake::TestTask.new do |t|
- t.warning = true
-end
+Rake::TestTask.new
task :samples do
require 'linguist/samples'