public function testGetFeedResource()
 {
     $feedResource = $this->client->getFeedResource();
     $this->assertInstanceOf('Habrahabr\\Api\\Resources\\FeedResource', $feedResource);
 }