File: test_fcgi.rb

package info (click to toggle)
ruby-fcgi 0.9.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: ansic: 543; ruby: 523; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'helper'

class TestFcgi < Test::Unit::TestCase
  def test_something_for_real
    flunk "hey buddy, you should probably rename this file and start testing for real"
  end
end