Sha256: 874c436594a5e6f7d62b1fc99df14e7b2d2318e1827e34e76eaaac6bd21302f8
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
require 'rspec' RSpec.configure do |config| config.filter_run_excluding(:windows) if RbConfig::CONFIG['host_os'] !~ /mswin|win32|dos|mingw|cygwin/i config.filter_run_excluding(:unix) if RbConfig::CONFIG['host_os'] =~ /mswin|win32|dos|mingw|cygwin/i end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dbi-dbrc-1.7.0 | spec/spec_helper.rb |
dbi-dbrc-1.6.0 | spec/spec_helper.rb |