Module: RSpec::Matchers

Defined in:
lib/rspec/change_collection.rb

Defined Under Namespace

Modules: ChangeCollection

Instance Method Summary collapse

Instance Method Details

#change_with_collection(receiver = nil, message = nil, &block) ⇒ Object Also known as: change_without_collection, change



159
160
161
# File 'lib/rspec/change_collection.rb', line 159

def change_with_collection(receiver=nil, message=nil, &block)
  RSpec::Matchers::ChangeCollection::Change.new(receiver, message, &block)
end