Skip to content

Commit

Permalink
App.config was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandi committed Apr 30, 2010
1 parent c4d0ba6 commit 61c9c1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BowlingKata/BowlingKata-XUnit/Bowling.Specflow/App.config
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="specFlow" type="TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow"/>
</configSections>

<!-- the following configuration represent the defaults -->
<specFlow>
<language feature="en" />

<unitTestProvider name="xUnit" />

<runtime detectAmbiguousMatches="true"
stopAtFirstError="false"
missingOrPendingStepsOutcome="Inconclusive" />

<trace traceSuccessfulSteps="true"
traceTimings="false"
minTracedDuration="0:0:0.1" />
</specFlow>
</configuration>

0 comments on commit 61c9c1e

Please sign in to comment.