Sha256: 8c194c018f242510b7cc9bdcd8127327bd8d0e34176faecbddd8423f26787988
Contents?: true
Size: 258 Bytes
Versions: 209
Compression:
Stored size: 258 Bytes
Contents
module RSpec module Matchers # @deprecated use +be_within+ instead. def be_close(expected, delta) RSpec.deprecate("be_close(#{expected}, #{delta})", "be_within(#{delta}).of(#{expected})") be_within(delta).of(expected) end end end
Version data entries
209 entries across 108 versions & 19 rubygems