Sha256: a6b56163abfb9471997d18d13b6e3bcf747aa65fa34aba3864f14851263a9098
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 Bytes
Contents
$LOAD_PATH.unshift File.dirname(__FILE__) $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'rspec' require 'cool.io' RSpec.configure do |c| if RUBY_PLATFORM =~ /mingw|win32/ $stderr.puts "Skip some specs on Windows" c.filter_run_excluding :env => :win end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cool.io-1.2.1 | spec/spec_helper.rb |
cool.io-1.2.0-x86-mswin32-60 | spec/spec_helper.rb |
cool.io-1.2.0-x86-mingw32 | spec/spec_helper.rb |
cool.io-1.2.0 | spec/spec_helper.rb |