Skip to content

Commit

Permalink
Disable warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 11, 2016
1 parent 431d5cd commit 68bade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require "rake/testtask"
Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.test_files = FileList['test/**/*_test.rb']
t.verbose = true
t.warning = false
end

task :default => :test

0 comments on commit 68bade5

Please sign in to comment.