File: ruby-tests.rb

package info (click to toggle)
ruby-stud 0.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: ruby: 435; 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 }