Rakefile in has_translations-1.1.0 vs Rakefile in has_translations-1.1.1

- old
+ new

@@ -4,9 +4,10 @@ Rake::TestTask.new do |t| t.libs = %w(lib test) t.test_files = Dir.glob('test/**/*_test.rb').sort t.verbose = true + # t.warning = false end task :default => :test desc 'Setup Appraisal.' \ No newline at end of file