Sha256: 985c0c9351c9cd8c7a70b103cc49c722f56dd8a4ad7fdf4570b1a89c199e6160
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) def clang_available # uses a shell to ensure we get a reasonable PATH system("which -s clang") end RSpec.configure do |c| # exclude tests requiring clang when it's unavailable c.filter_run_excluding requires_clang: true unless clang_available end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-keys-1.1.0 | spec/spec_helper.rb |