class RuboCop::Cop::RSpec::ExampleWording

def ignored_words

def ignored_words
  cop_config.fetch('IgnoredWords', [])
end