File: ruby-tests.rb

package info (click to toggle)
ruby-mocha 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,440 kB
  • sloc: ruby: 11,613; makefile: 13
file content (4 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download | duplicates (3)
1
2
3
4
#ensure that Mocha is defined before running tests
module Mocha; end

Dir['test/{unit,acceptance}/*_test.rb'].each { |f| require f }