File: ruby-tests.rake

package info (click to toggle)
ruby-rack 1.6.4-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,416 kB
  • sloc: ruby: 13,700; sh: 12; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# -*- mode: ruby; coding: utf-8 -*-
require 'rbconfig' unless defined? RbConfig
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])

task :default do
  sh "#{ruby} /usr/bin/bacon -I./test -w -a"
end