module RSpec::Matchers

Public Instance Methods

change(receiver=nil, message=nil, &block)
change_with_collection(receiver=nil, message=nil, &block) click to toggle source
# 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
Also aliased as: change_without_collection, change
change_without_collection(receiver=nil, message=nil, &block)