Sha256: 7fb704d79b91ce5a31e2c97294c103ce76387db836bf6c6e8623513438ba71a1

Contents?: true

Size: 93 Bytes

Versions: 25

Compression:

Stored size: 93 Bytes

Contents

RSpec::Matchers.define :exist do
  match do |file_path|
    File.exists?(file_path)
  end
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
epuber-stylus-1.2.0 spec/support/matchers.rb
nov-stylus-1.0.3 spec/support/matchers.rb
nov-stylus-1.0.2 spec/support/matchers.rb
stylus-1.0.2 spec/support/matchers.rb
epuber-stylus-1.1.1 spec/support/matchers.rb
epuber-stylus-1.1.0 spec/support/matchers.rb
stylus-1.0.1 spec/support/matchers.rb
stylus-1.0.0 spec/support/matchers.rb
stylus-1.0.0.beta spec/support/matchers.rb
stylus-0.7.2 spec/support/matchers.rb
stylus-0.7.1 spec/support/matchers.rb
stylus-0.7.0 spec/support/matchers.rb
stylus-0.6.2 spec/support/matchers.rb
stylus-0.6.0 spec/support/matchers.rb
stylus-0.5.1 spec/support/matchers.rb
stylus-0.5.0 spec/support/matchers.rb
stylus-0.4.2 spec/support/matchers.rb
stylus-0.4.1 spec/support/matchers.rb
stylus-0.4.0 spec/support/matchers.rb
stylus-0.3.0 spec/support/matchers.rb