File: ruby-tests.rb

package info (click to toggle)
ruby-stud 0.0.22-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 124 kB
  • sloc: ruby: 432; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
require "rspec/autorun"
$: << 'lib' << 'spec' << '.'
Dir['spec/stud/*.rb'].each { |f| require f }