public
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.
Homepage: http://wiki.github.com/Squeegy/fleximage
Clone URL: git://github.com/Squeegy/fleximage.git
fleximage / autotest.rb
100755 5 lines (5 sloc) 0.163 kb
1
2
3
4
5
#!/usr/bin/env ruby -wKU
$stdout.sync = true
IO.popen('rstakeout "rake test" lib/fleximage/* lib/fleximage/**/* test/unit/*') do |f|
  puts f.gets until f.eof?
end