File: ruby-tests.rake

package info (click to toggle)
ruby-mysql2 0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 968 kB
  • sloc: ruby: 3,093; ansic: 3,072; sh: 67; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (3)
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