public function testRateableIsAMorphTo()
 {
     $rating = new Rating();
     $this->assertInstanceOf('Illuminate\\Database\\Eloquent\\Relations\\MorphTo', $rating->rateable());
 }