diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-10-07 15:37:09 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-10-07 15:37:09 -0500 |
| commit | b798e28bfb789b39cb229c6cf77fc7f2a722b791 (patch) | |
| tree | 8e47fb9d3bb144e8d8fee511e0faaa3eb4a447e3 | |
| parent | ebd6077cd759d633b3879cb3e34c06342bfdd23d (diff) | |
No warnings
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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' |
