/**
  * @test
  */
 public function it_is_not_same_value_as_route_specification_with_different_destination()
 {
     $invalidCheck = new RouteSpecification('Hongkong', 'New York');
     $this->assertFalse($this->object->sameValueAs($invalidCheck));
 }