File: ruby-tests.rb

package info (click to toggle)
ruby-bcrypt 3.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 139
  • sloc: ansic: 1,062; java: 679; ruby: 339; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (4)
1
2
3
4
5
require 'rspec/autorun'

$: << 'ext/mri' << 'lib' << 'spec' << '.'

Dir['spec/**/*.rb'].each { |f| require f }