File: ruby-tests.rb

package info (click to toggle)
ruby-whitewash 2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: ruby: 1,217; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (4)
1
2
3
$: << 'lib' << '.'
require 'rspec'
Dir['spec/**/*_spec.rb'].each {|f| require f }