File: ruby-tests.rb

package info (click to toggle)
ruby-sinatra 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,200 kB
  • sloc: ruby: 7,675; makefile: 5
file content (2 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (8)
1
2
$: << 'lib' << 'test' << '.'
Dir['test/**/*_test.rb'].each { |f| require f }