Skip to content

Commit

Permalink
add lib to test task libs, set warning to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Nov 17, 2010
1 parent 5a2fe67 commit 2c5bacb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -3,9 +3,11 @@ require 'rake/testtask'
task :default => [:test]

Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = "#{File.dirname(__FILE__)}/test/all.rb"
t.verbose = true
t.warning = true
end
Rake::Task['test'].comment = "Run all i18n tests"

Expand Down

0 comments on commit 2c5bacb

Please sign in to comment.