public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
technomancy (author)
Wed Jul 02 12:17:18 -0700 2008
commit  e6f3043c8e432c8e2d7e8d6e7b86d5fd78ffe8cb
tree    319c21b46b96600a87149306cf3b9b1b6f1e0529
parent  2d5c35e7484828aa4e0c4c56ceb3b256757f1927
rinari / Rakefile
100644 6 lines (4 sloc) 0.104 kb
1
2
3
4
5
6
task :test do
  system "emacs -Q -l #{File.dirname(__FILE__)}/test/init.el"
end
 
task :default => :test