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