Skip to content

Commit

Permalink
Add QualityExtensionsTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KsiProgramming committed May 20, 2024
1 parent 391d1c9 commit d61009e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Core.Tests/GildedRoseKata.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

<ItemGroup>
<Folder Include="ProposedCode\MaturingStrategies\" />
<Folder Include="ProposedCode\Domain\" />
</ItemGroup>

</Project>
12 changes: 12 additions & 0 deletions tests/Core.Tests/ProposedCode/Domain/QualityExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//-----------------------------------------------------------------------
// <copyright file="QualityExtensionsTests.cs" company="KsiProgramming">
// Copyright (c) KsiProgramming. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------

namespace GildedRoseKata.ProposedCode.Tests
{
public class QualityExtensionsTests
{
}
}

0 comments on commit d61009e

Please sign in to comment.