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.1.10 spec/support/exist_matcher.rb
softcover-1.1.9 spec/support/exist_matcher.rb
softcover-1.1.8 spec/support/exist_matcher.rb
softcover-1.1.7 spec/support/exist_matcher.rb
softcover-1.1.6 spec/support/exist_matcher.rb
softcover-1.1.4 spec/support/exist_matcher.rb
softcover-1.1.3 spec/support/exist_matcher.rb
softcover-1.1.2 spec/support/exist_matcher.rb
softcover-1.1.1 spec/support/exist_matcher.rb
softcover-1.1.0 spec/support/exist_matcher.rb
softcover-1.1.beta2 spec/support/exist_matcher.rb
softcover-1.0.5 spec/support/exist_matcher.rb
softcover-1.1.beta1 spec/support/exist_matcher.rb
softcover-1.0.4 spec/support/exist_matcher.rb
softcover-1.0.3 spec/support/exist_matcher.rb
softcover-1.0.2 spec/support/exist_matcher.rb
softcover-1.0.1 spec/support/exist_matcher.rb
softcover-1.0.0 spec/support/exist_matcher.rb
softcover-1.0.beta17 spec/support/exist_matcher.rb
softcover-1.0.beta16 spec/support/exist_matcher.rb