File: ruby-tests.rb

package info (click to toggle)
ruby-stomp 1.4.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 832 kB
  • sloc: ruby: 8,595; sh: 77; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (5)
1
2
3
require "rspec/autorun"
$: << 'lib' << '.' << 'spec'
Dir['spec/*_spec.rb'].each { |f| require f }