Sha256: 5e1380b6b114adb5924d41101e7b378ccba58735a8a01fcad279d81372669785
Contents?: true
Size: 447 Bytes
Versions: 2
Compression:
Stored size: 447 Bytes
Contents
module RSpec module Matchers def have_same_file_content_like(expected) RSpec.deprecate('`have_same_file_content_like`', :replacement => '`have_same_file_content_as`') have_same_file_content_as(expected) end def a_file_with_same_content_like(expected) RSpec.deprecate('`a_file_with_same_content_like`', :replacement => '`a_file_with_same_content_as`') a_file_with_same_content_as(expected) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.14.7 | lib/aruba/matchers/deprecated/file.rb |
aruba-0.14.6 | lib/aruba/matchers/deprecated/file.rb |