Sha256: a10ae80c3188266f25ece67c69037249efc82cb8b6f4641fe0a313cf4754510c

Contents?: true

Size: 128 Bytes

Versions: 173

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

173 entries across 173 versions & 2 rubygems

Version Path
softcover-0.9.20 spec/support/exist_matcher.rb
softcover-0.9.19 spec/support/exist_matcher.rb
softcover-0.9.18 spec/support/exist_matcher.rb
softcover-0.9.17 spec/support/exist_matcher.rb
softcover-0.9.16 spec/support/exist_matcher.rb
softcover-0.9.15 spec/support/exist_matcher.rb
softcover-0.9.13 spec/support/exist_matcher.rb
softcover-0.9.12 spec/support/exist_matcher.rb
softcover-0.9.11 spec/support/exist_matcher.rb
softcover-0.9.10 spec/support/exist_matcher.rb
softcover-0.9.9 spec/support/exist_matcher.rb
softcover-0.9.8 spec/support/exist_matcher.rb
softcover-0.9.7 spec/support/exist_matcher.rb
softcover-0.9.6 spec/support/exist_matcher.rb
softcover-0.9.5 spec/support/exist_matcher.rb
softcover-0.9.4 spec/support/exist_matcher.rb
softcover-0.9.3 spec/support/exist_matcher.rb
softcover-0.9.2 spec/support/exist_matcher.rb
softcover-0.9.1 spec/support/exist_matcher.rb
softcover-0.9.0 spec/support/exist_matcher.rb