Sha256: 093352ed1aad77e2b225311a861c0bc992176c3ae3119a5550e4a753acb24ef5

Contents?: true

Size: 97 Bytes

Versions: 5

Compression:

Stored size: 97 Bytes

Contents

# coding: utf-8

RSpec::Matchers.define :written do
  match do |file|
    file.exist?
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
retter-0.1.1 spec/support/matchers.rb
retter-0.1.0 spec/support/matchers.rb
retter-0.0.4 spec/support/matchers.rb
retter-0.0.3 spec/support/matchers.rb
retter-0.0.2 spec/support/matchers.rb