/** @test */
 public function it_gets_permissions()
 {
     $this->prepare();
     $ownership = Ownership::with('permissions')->find('any');
     $this->assertGreaterThan(19, $ownership->permissions->count());
 }