# File lib/rspec/mocks/configuration.rb, line 20 def add_stub_and_should_receive_to(*modules) modules.each do |mod| Syntax.enable_should(mod) end end