Rakefile in roger_yuicompressor-1.1.0 vs Rakefile in roger_yuicompressor-1.1.1
- old
+ new
@@ -3,7 +3,7 @@
task :default => [:test]
Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/unit/**/*_test.rb']
- t.verbose = true
+ t.verbose = true
end
\ No newline at end of file