We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8560692 commit 616ae39Copy full SHA for 616ae39
1 file changed
src/TestStack.BDDfy/Configuration/Scanners.cs
@@ -38,6 +38,6 @@ public IEnumerable<IStepScanner> GetStepScanners(object objectUnderTest)
38
public Func<IStoryMetadataScanner> StoryMetadataScanner = () => new StoryAttributeMetadataScanner();
39
40
[Obsolete("This will be removed soon. Use Configurator.Humanizer.Humanize")]
41
- public Func<string, string> Humanize = Configurator.Humanizer.Humanize;
+ public static Func<string, string> Humanize = Configurator.Humanizer.Humanize;
42
}
43
0 commit comments