# File lib/flexmock/expectation.rb, line 316 316: def should_receive(*args, &block) 317: @expectations.first.mock.should_receive(*args, &block) 318: end