/**
  * @group default
  */
 public function testAllowsMultipleProperties()
 {
     $this->assertTrue($this->specification->allowsMultipleProperties());
     $this->assertFalse($this->singleSpec->allowsMultipleProperties());
     $this->assertTrue($this->commaSpec->allowsMultipleProperties());
 }