Sha256: 1438ab96d63d147d14853af161817e44e2c91002190a711cf54ef84fb8405b7a
Contents?: true
Size: 504 Bytes
Versions: 3
Compression:
Stored size: 504 Bytes
Contents
require 'rspec' require 'ms/testdata' RSpec.configure do |config| config.color_enabled = true config.tty = true config.formatter = :documentation # :progress, :html, :textmate #config.formatter = :progress # :progress, :html, :textmate end def capture_stderr begin $stderr = StringIO.new yield $stderr.rewind && $stderr.read ensure $stderr = STDERR end end TESTFILES = File.dirname(__FILE__) + '/testfiles' SEQUEST_DIR = MS::TESTDATA + '/sequest'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mspire-sequest-0.2.7 | spec/spec_helper.rb |
mspire-sequest-0.2.6 | spec/spec_helper.rb |
mspire-sequest-0.2.5 | spec/spec_helper.rb |