File: ruby-tests.rb

package info (click to toggle)
ruby-docker-api 1.10.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 964 kB
  • ctags: 114
  • sloc: ruby: 1,864; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
$: << 'spec'  << '.'
# vcr tests are excluded because is not available in Debian yet: #695195.
Dir['{spec}/**/*.rb'].reject { |f| f =~ /vcr/ }.each { |f| require f }