File: testall.rb

package info (click to toggle)
ruby-log4r 1.1.10-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 648 kB
  • sloc: ruby: 2,744; xml: 96; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
require 'test_helper'

# because constants are dynamically defined, some tests need to
# be opened in a fresh instance of Ruby, hence the popens

IO.popen("date") { |f| puts f.gets }