public function test_number_does_not_contain_five()
 {
     $this->assertFalse($this->FizzBuzz->contain_number(1, 5));
 }