/**
  * @test
  */
 public function filterShouldContain()
 {
     $filter = State::contain('S');
     $this->assertEquals(true, $filter($this->candidate));
 }