# File A0_telegramm.rb, line 45 def test_telegramm nachricht = "Neuer Rasierer OK STOP Alle Stoppeln weg STOP Gruss und Kuss Peter STOP" kosten = 100+3*20+10*10+47 assert_equal(kosten, telegramm(nachricht)) end