1 unless ENV['MSPEC_RUNNER']
3 require 'mspec/helpers'
5 require 'mspec/runner/shared'
6 require 'mspec/matchers/be_ancestor_of'
7 require 'mspec/matchers/output'
8 require 'mspec/matchers/output_to_fd'
9 require 'mspec/matchers/complain'
11 TOLERANCE = 0.00003 unless Object.const_defined?(:TOLERANCE)
13 puts "Please install the MSpec gem to run the specs."
18 unless ENV['OUTPUT_WARNINGS']
22 at_exit { $VERBOSE = $verbose }