File: ruby-tests.rb

package info (click to toggle)
ruby-spreadsheet 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,304 kB
  • sloc: ruby: 6,285; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
require 'rbconfig'
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
Dir.chdir 'test'
exec "#{ruby} -I. suite.rb"