public
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.
Homepage: http://fleximage.rubyforge.org
Clone URL: git://github.com/Squeegy/fleximage.git
Squeegy (author)
Thu May 29 16:15:21 -0700 2008
commit  888e17dd88d33f6229c76b4ae99394cf7a5d33d2
tree    dbde772a84f7679bd258d1be701e618eafc92b7b
parent  9c9d311418e8721a94ca85b673dd856265e2ef44
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