A pair programming task including TDD.
Brief: Write a program that, when passed a number, will return the following:
'fizz' if the number is a multiple of 3
'buzz' if the number is a multiple of 5
'fizzbuzz' if the number is a multiple of both 3 and 5