Rakefile in compass-fontcustom-1.3.0 vs Rakefile in compass-fontcustom-1.3.1

- old
+ new

@@ -3,9 +3,10 @@ Rake::TestTask.new do |t| t.libs << 'test' t.test_files = FileList['test/**/*_test.rb'] t.verbose = true + t.warning = false end desc "Run tests" task :default => :test \ No newline at end of file