Class: JavascriptExpectationsHook

Inherits:
Mumukit::Templates::MulangExpectationsHook
  • Object
show all
Defined in:
lib/expectations_hook.rb

Instance Method Summary collapse

Instance Method Details

#default_smell_exceptionsObject



8
9
10
# File 'lib/expectations_hook.rb', line 8

def default_smell_exceptions
  %w(UsesCut UsesFail UsesUnificationOperator HasRedundantReduction HasRedundantParameter)
end

#languageObject



4
5
6
# File 'lib/expectations_hook.rb', line 4

def language
  'JavaScript'
end