developwithpassion.specifications icon indicating copy to clipboard operation
developwithpassion.specifications copied to clipboard

Results 4 developwithpassion.specifications issues
Sort by recently updated
recently updated
newest added

Version numbers bumped to 1.8.0 to be in-line with new Machine.Fakes versions. Newest Machine.Fakes.RhinoMocks now has support for tracking properties on fakes (which previously required using Rhino Mocks directly and...

1) Fix compilation (In examples project:) a) Include packages.config b) Use same versions in packages.config as other projects c) Change hint paths to thoses packages\ versions 2) Extend depends.on to...

Due to changes in the latest version of MSpec, there are additional references required for Machine.Specifications.Should and Machine.Specifications.Clr4. I've updated the references and added the namespaces in the necessary source...

When I run this code on version 0.4.21.5: ``` public class Test { public string Property { get { return null; } } } public class when_observing_test : Observes {...