File: ruby-tests.rake

package info (click to toggle)
ruby-remcached 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: ruby: 1,000; sh: 9; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
require 'rspec/core/rake_task'

task :default do
  ruby = RbConfig::CONFIG['ruby_install_name']
  sh "./debian/start_memcached_and_run.sh #{ruby} -S rspec"
end