# File lib/rspec/matchers/configuration.rb, line 62 def add_should_and_should_not_to(*modules) modules.each do |mod| Expectations::Syntax.enable_should(mod) end end