Tests.AcceptanceTests.should_return_specification_spec C# (CSharp) Method

should_return_specification_spec() private method

private should_return_specification_spec ( ) : void
return void
        public void should_return_specification_spec()
        {
            var spec = _testWebsite.DownloadString("documentation/spec", "application/json")
                .DeserializeJson<FubuMVC.Swank.Specification.Specification>();
            spec.Modules.ShouldNotBeNull();
        }