public void Match_should_always_return_true()
        {
            var specification = new AnySpecification <AnySpecificationTest>();

            var matches = specification.Matches(null);

            Assert.IsTrue(matches);
        }
        public void Match_should_always_return_true()
        {
            var specification = new AnySpecification<AnySpecificationTest>();

            var matches = specification.Matches(null);

            Assert.IsTrue(matches);
        }