forked from jamesbroome/Machine.Specifications.AutoMocking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMachine.Specifications.AutoMocking.nuspec
26 lines (26 loc) · 1.53 KB
/
Machine.Specifications.AutoMocking.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Machine.Specifications.AutoMocking</id>
<title>Machine.Specifications.AutoMocking</title>
<version>1.5.10.2</version>
<authors>James Broome, Joe Feser</authors>
<owners>James Broome</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Machine.Specifications.AutoMocking attempts to reduce noise in Machine.Specifications (MSpec) tests when creating mock objects, dependencies and the subject under test.</description>
<summary>Machine.Specifications.AutoMocking attempts to reduce noise in Machine.Specifications (MSpec) tests when creating mock objects, dependencies and the subject under test. (Debug)</summary>
<projectUrl>https://github.com/joefeser/Machine.Specifications.AutoMocking</projectUrl>
<dependencies>
<dependency id="Machine.Specifications" version="0.5.10" />
<dependency id="RhinoMocks" version="3.6" />
<dependency id="Moq" version="4.0.10827" />
<dependency id="NUnit" version="2.5.10.11092" />
</dependencies>
<iconUrl>http://github.com/machine/machine.specifications/raw/master/Misc/Machine.Specifications-32x32.png</iconUrl>
<tags>MSpec test unit testing context specification bdd tdd</tags>
</metadata>
<files>
<file src="BuildOutput\bin\Machine.Specifications.AutoMocking.dll" target="lib" />
<file src="BuildOutput\bin\NUnit.Specifications.AutoMocking.dll" target="lib" />
</files>
</package>