Sha256: a10ae80c3188266f25ece67c69037249efc82cb8b6f4641fe0a313cf4754510c

Contents?: true

Size: 128 Bytes

Versions: 172

Compression:

Stored size: 128 Bytes

Contents

# encoding=utf-8

RSpec::Matchers.define :exist do
  match do |filename|
    expect(File.exist?(filename)).to be_true
  end
end

Version data entries

172 entries across 172 versions & 2 rubygems

Version Path
softcover-1.10.4 spec/support/exist_matcher.rb
softcover-1.10.3 spec/support/exist_matcher.rb
softcover-1.10.2 spec/support/exist_matcher.rb
softcover-1.10.1 spec/support/exist_matcher.rb
softcover-1.10.0 spec/support/exist_matcher.rb
softcover-1.9.1 spec/support/exist_matcher.rb
softcover-1.9.0 spec/support/exist_matcher.rb
softcover-1.8.3 spec/support/exist_matcher.rb
softcover-1.8.2 spec/support/exist_matcher.rb
softcover-1.8.1 spec/support/exist_matcher.rb
softcover-1.8.0 spec/support/exist_matcher.rb
softcover-1.7.5 spec/support/exist_matcher.rb
softcover-1.7.4 spec/support/exist_matcher.rb
softcover-1.7.3 spec/support/exist_matcher.rb
softcover-1.7.2 spec/support/exist_matcher.rb
softcover-1.7.1 spec/support/exist_matcher.rb
softcover-1.7.0 spec/support/exist_matcher.rb
softcover-1.6.5 spec/support/exist_matcher.rb
softcover-1.6.4 spec/support/exist_matcher.rb
softcover-1.6.3 spec/support/exist_matcher.rb