File: ruby-tests.rb

package info (click to toggle)
ruby-spreadsheet 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,356 kB
  • sloc: ruby: 6,941; makefile: 10
file content (3 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (3)
1
2
3
require 'rbconfig'
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
exec "#{ruby} test/suite.rb"