Sha256: 255bcc7630e414ea04f8d7a733f0d61eebda2940cdbcb06e0fa29ff44181a23c
Contents?: true
Size: 228 Bytes
Versions: 255
Compression:
Stored size: 228 Bytes
Contents
RSpec::Matchers.define :have_callback do |callback_name| match do |instance| instance.callbacks.include?(FactoryGirl::Callback.new(callback_name, @block)) end chain :with_block do |block| @block = block end end
Version data entries
255 entries across 133 versions & 11 rubygems