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.0.beta15 spec/support/exist_matcher.rb
softcover-1.0.beta14 spec/support/exist_matcher.rb
softcover-1.0.beta13 spec/support/exist_matcher.rb
softcover-1.0.beta12 spec/support/exist_matcher.rb
softcover-1.0.beta11 spec/support/exist_matcher.rb
softcover-1.0.beta10 spec/support/exist_matcher.rb
softcover-1.0.beta9 spec/support/exist_matcher.rb
softcover-1.0.beta8 spec/support/exist_matcher.rb
softcover-1.0.beta7 spec/support/exist_matcher.rb
softcover-1.0.beta6 spec/support/exist_matcher.rb
softcover-1.0.beta5 spec/support/exist_matcher.rb
softcover-1.0.beta4 spec/support/exist_matcher.rb
softcover-1.0.beta3 spec/support/exist_matcher.rb
softcover-nonstop-1.0.beta2 spec/support/exist_matcher.rb
softcover-1.0.beta2 spec/support/exist_matcher.rb
softcover-1.0.beta1 spec/support/exist_matcher.rb
softcover-0.9.23 spec/support/exist_matcher.rb
softcover-0.9.22 spec/support/exist_matcher.rb
softcover-0.9.21 spec/support/exist_matcher.rb
softcover-0.9.20 spec/support/exist_matcher.rb