Skip to content

Commit bfce04c

Browse files
committed
moved RunStepWithArgs from root to StepScanners
1 parent b41ccc6 commit bfce04c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

TestStack.BDDfy/RunStepWithArgsAttribute.cs renamed to TestStack.BDDfy/Scanners/StepScanners/RunStepWithArgsAttribute.cs

File renamed without changes.

TestStack.BDDfy/TestStack.BDDfy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<Compile Include="IScanner.cs" />
119119
<Compile Include="Properties\AssemblyInfo.cs" />
120120
<Compile Include="Processors\TestRunner.cs" />
121-
<Compile Include="RunStepWithArgsAttribute.cs" />
121+
<Compile Include="Scanners\StepScanners\RunStepWithArgsAttribute.cs" />
122122
<Compile Include="Scanners\IStoryMetaDataScanner.cs" />
123123
<Compile Include="Scanners\ScenarioScanners\IScenarioScanner.cs" />
124124
<Compile Include="Scanners\ScenarioScanners\ReflectiveScenarioScanner.cs" />

0 commit comments

Comments
 (0)