public function testCustomFinders()
 {
     $this->assertEquals(Article::findByTitle('Hello World')->title, 'Hello World');
 }