Skip to content

Commit d350d2d

Browse files
fix(content): DebuggerShim is missing NSpec.Assertions import
Fixes #172
1 parent 5441b6e commit d350d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sln/content/DebuggerShim.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Linq;
22
using System.Reflection;
33
using NSpec;
4+
using NSpec.Assertions;
45
using NSpec.Domain;
56
using NSpec.Domain.Formatters;
67

0 commit comments

Comments
 (0)