File: ruby-tests.rb

package info (click to toggle)
ruby-mocha 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,400 kB
  • ctags: 2,016
  • sloc: ruby: 10,921; makefile: 12
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 }