Skip to content

Commit

Permalink
small fixes, prepare for release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Nov 25, 2009
1 parent e370948 commit 1e44158
Show file tree
Hide file tree
Showing 11 changed files with 237 additions and 231 deletions.
2 changes: 1 addition & 1 deletion Generator/SpecFlowGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public CodeNamespace GenerateTestFileCode(SpecFlowFeatureFile featureFile, TextR

IUnitTestGeneratorProvider generatorProvider = ConfigurationServices.CreateInstance<IUnitTestGeneratorProvider>(project.GeneratorConfiguration.GeneratorUnitTestProviderType);

SpecFlowUnitTestConverter testConverter = new SpecFlowUnitTestConverter(generatorProvider);
SpecFlowUnitTestConverter testConverter = new SpecFlowUnitTestConverter(generatorProvider, project.GeneratorConfiguration.AllowDebugGeneratedFiles);

var codeNamespace = testConverter.GenerateUnitTestFixture(feature, null, targetNamespace);
return codeNamespace;
Expand Down
Loading

0 comments on commit 1e44158

Please sign in to comment.