public function test_is_not_divisible_by_5()
 {
     $this->assertFalse($this->FizzBuzz->is_divisible(6, 5));
 }