File: ruby-tests.rb

package info (click to toggle)
ruby-docker-api 1.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,436 kB
  • ctags: 161
  • sloc: ruby: 2,930; 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 }