Skip to content

Commit

Permalink
Use MSpec instead of xUnit.
Browse files Browse the repository at this point in the history
- NuGet package includes all necessary tools
- Enforces BDD-style tests
  • Loading branch information
John Gozde committed Dec 11, 2011
1 parent 54711a7 commit f7ba73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/AcceptanceTests/AcceptanceTests.csproj
Expand Up @@ -78,15 +78,15 @@
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="Machine.Specifications">
<HintPath>..\..\packages\Machine.Specifications.0.5.1.0\lib\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xunit">
<HintPath>..\..\..\lib\packages\xunit.1.8.0.1549\lib\xunit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
2 changes: 1 addition & 1 deletion tests/AcceptanceTests/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="xunit" version="1.8.0.1549" />
<package id="Machine.Specifications" version="0.5.1.0" />
</packages>

0 comments on commit f7ba73d

Please sign in to comment.