File: ruby-tests.rb

package info (click to toggle)
ruby-mustermann 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,208 kB
  • sloc: ruby: 7,736; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
ruby = RbConfig::CONFIG['ruby_install_name']

Dir.chdir 'mustermann' do
  puts "cd mustermann"
  system("#{ruby} -S rspec --pattern ./spec/*_spec.rb -I ../support/lib")
end