File: helper.rb

package info (click to toggle)
ruby-maxitest 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 504 kB
  • sloc: ruby: 1,583; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
$VERBOSE = true

if ENV['SIMULATE_TTY']
  def $stdout.tty?
    true
  end
end

if ENV['GLOBAL_MUST']
  require 'maxitest/global_must'
end

require 'maxitest/autorun'