Public class methods
new
(message, expectation_ordering, expected_from, sym, method_block)
[show source]
# File lib/spec/mocks/message_expectation.rb, line 315 def initialize(message, expectation_ordering, expected_from, sym, method_block) super(message, expectation_ordering, expected_from, sym, method_block, 0) end
Public instance methods
negative_expectation_for?
(sym)
[show source]
# File lib/spec/mocks/message_expectation.rb, line 319 def negative_expectation_for?(sym) return @sym == sym end