File: test_driver.rb

package info (click to toggle)
god 0.7.18-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 908 kB
  • sloc: ruby: 5,516; ansic: 241; makefile: 129; sh: 27
file content (11 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
require File.dirname(__FILE__) + '/helper'

class TestDriver < Test::Unit::TestCase
  def setup
    
  end

  def test_
    
  end
end