class HaskellExpectationsHook

Public Instance Methods

default_smell_exceptions() click to toggle source
# File lib/expectations_hook.rb, line 8
def default_smell_exceptions
  LOGIC_SMELLS + %w(DoesTypeTest)
end
language() click to toggle source
# File lib/expectations_hook.rb, line 4
def language
  'Haskell'
end