Module: Kernel

Defined in:
lib/spec-i18n/expectations/extensions/kernel.rb

Instance Method Summary collapse

Instance Method Details

#register_expectations_keywordsObject

Translate the should and should_not method



5
6
7
8
9
# File 'lib/spec-i18n/expectations/extensions/kernel.rb', line 5

def register_expectations_keywords
  natural_language.expectation_keywords.each do |key, values|
    values.collect { |value| alias_method value, key }
  end
end