File: ruby-tests.rake

package info (click to toggle)
ruby-mysql2 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,116 kB
  • sloc: ansic: 3,534; ruby: 3,447; sh: 297; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
CLEAN = Rake::FileList.new
load File.dirname(__FILE__) + "/../tasks/rspec.rake"

task :default => ["spec/configuration.yml", "spec/my.cnf"] do
  ruby = RbConfig::CONFIG['ruby_install_name']
  sh "./debian/start_mysqld_and_run.sh #{ruby} -S rspec"
end