File: ruby-tests.rb

package info (click to toggle)
ruby-fakefs 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 288 kB
  • sloc: ruby: 2,782; makefile: 3
file content (2 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
$: << 'test' << 'lib'
Dir['test/**/*_test.rb'].each { |file| require File.expand_path(file) }