Specs

Write a method fibonacci_sum which takes a max parameter and returns the sum of all fibonacci numbers smaller than max.

Condition: you have to use recursion.