File: test_base.rb

package info (click to toggle)
ruby-gruff 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 25,788 kB
  • ctags: 523
  • sloc: ruby: 4,797; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/ruby

require File.dirname(__FILE__) + "/gruff_test_case"

class TestGruffBase < GruffTestCase


end