File: ruby-tests.rake

package info (click to toggle)
ruby-em-synchrony 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 556 kB
  • ctags: 304
  • sloc: ruby: 3,508; sh: 37; sql: 7; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
require 'rspec/core/rake_task'

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