Module: Mumukit::Templates::WithCodeSmells

Defined in:
lib/mumukit/templates/with_code_smells.rb

Instance Method Summary collapse

Instance Method Details

#parse_response(response) ⇒ Object



3
4
5
# File 'lib/mumukit/templates/with_code_smells.rb', line 3

def parse_response(response)
  super + response['smells'].map { |it| {expectation: parse_expectation(it), result: false} }
end