File: ruby-tests.rb

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