File: ruby-tests.rake

package info (click to toggle)
ruby-rack 1.5.2-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 1,340 kB
  • ctags: 968
  • sloc: ruby: 12,617; sh: 12; makefile: 5
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