Sha256: 53ac99537ab19dcd5033872ff0c074c229b1587429430feffa31dac66d5db73c
Contents?: true
Size: 370 Bytes
Versions: 4
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true require 'rspec' require 'sys_filesystem_shared' RSpec.configure do |config| config.include_context(Sys::Filesystem) config.filter_run_excluding(:windows) unless Gem.win_platform? config.filter_run_excluding(:unix) if Gem.win_platform? config.filter_run_excluding(:dragonfly) unless RbConfig::CONFIG['host_os'] =~ /dragonfly/i end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sys-filesystem-1.5.3 | spec/spec_helper.rb |
sys-filesystem-1.5.2 | spec/spec_helper.rb |
sys-filesystem-1.5.1 | spec/spec_helper.rb |
sys-filesystem-1.5.0 | spec/spec_helper.rb |