public function test_it_should_get_curl()
 {
     $client = new Client('boogers');
     $this->assertEquals(new cUrl\cUrl(), $client->getcUrl());
 }