class JavascriptExpectationsHook
Public Instance Methods
default_smell_exceptions()
click to toggle source
# File lib/expectations_hook.rb, line 8 def default_smell_exceptions %w(UsesCut UsesFail UsesUnificationOperator HasRedundantReduction HasRedundantParameter) end
language()
click to toggle source
# File lib/expectations_hook.rb, line 4 def language 'JavaScript' end