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)
Mon Aug 11 13:24:06 -0700 2008
commit  a8c55bd650a1462a8862303eedcce58c12844f69
tree    80bda91bacc8ac6a99a45c980a2b962145fdf2cb
parent  be70e1871971af5bd77a7e6eca71e7e11303096d
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