Skip to content

Commit a0cc458

Browse files
committed
Removed TinySpec
1 parent d9ab1e9 commit a0cc458

4 files changed

Lines changed: 0 additions & 133 deletions

File tree

csharp-github-api.IntegrationTests/TinySpec.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

csharp-github-api.IntegrationTests/_ExampleSpecs.cs

Lines changed: 0 additions & 67 deletions
This file was deleted.

csharp-github-api.IntegrationTests/csharp-github-api.IntegrationTests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
<SpecificVersion>False</SpecificVersion>
6060
<HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
6161
</Reference>
62-
<Reference Include="Should">
63-
<HintPath>..\packages\Should.1.1.12.0\lib\Should.dll</HintPath>
64-
</Reference>
6562
<Reference Include="StructureMap, Version=2.6.4.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
6663
<SpecificVersion>False</SpecificVersion>
6764
<HintPath>..\packages\structuremap.2.6.4.1\lib\net40\StructureMap.dll</HintPath>
@@ -96,10 +93,8 @@
9693
<DependentUpon>TestResources.resx</DependentUpon>
9794
</Compile>
9895
<Compile Include="TestLogging.cs" />
99-
<Compile Include="TinySpec.cs" />
10096
<Compile Include="UsersTestsUnAuthenticated.cs" />
10197
<Compile Include="UsersTestsAuthenticated.cs" />
102-
<Compile Include="_ExampleSpecs.cs" />
10398
</ItemGroup>
10499
<ItemGroup>
105100
<ProjectReference Include="..\csharp-github-api\csharp-github-api.csproj">

csharp-github-api.IntegrationTests/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<package id="log4net" version="1.2.10" targetFramework="net40" />
66
<package id="NUnit" version="2.6.2" targetFramework="net40" />
77
<package id="RestSharp" version="104.1" targetFramework="net40" />
8-
<package id="Should" version="1.1.12.0" targetFramework="net40" />
98
<package id="structuremap" version="2.6.4.1" targetFramework="net40" />
109
<package id="this.Log" version="0.0.2.0" targetFramework="net40" />
1110
<package id="this.Log-log4net" version="0.0.2.0" targetFramework="net40" />
12-
<package id="TinySpec.NUnit" version="0.9.5" targetFramework="net40" />
1311
</packages>

0 commit comments

Comments
 (0)