@@ -45,14 +45,14 @@ public void GivenSomeState_IsNotAsserting()
4545 [ Test ]
4646 public void GivenSomeState_StepReports ( )
4747 {
48- Assert . IsTrue ( GivenSomeStateStep . ShouldReport ) ;
48+ Assert . IsTrue ( GivenSomeStateStep . ShouldReport ) ;
4949 }
5050
5151 Step WhenSomeStepUsesIncompatibleNamingConventionStep
5252 {
5353 get
5454 {
55- return _steps . Single ( s => s . Title . Trim ( ) == "When some step uses incompatible naming convention" ) ;
55+ return _steps . Single ( s => s . Title . Trim ( ) == "And when some step uses incompatible naming convention" ) ;
5656 }
5757 }
5858
@@ -71,7 +71,7 @@ public void WhenSomeStepUsesIncompatibleNamingConvention_DoesNotAssert()
7171 [ Test ]
7272 public void WhenSomeStepUsesIncompatibleNamingConvention_Reports ( )
7373 {
74- Assert . IsTrue ( WhenSomeStepUsesIncompatibleNamingConventionStep . ShouldReport ) ;
74+ Assert . IsTrue ( WhenSomeStepUsesIncompatibleNamingConventionStep . ShouldReport ) ;
7575 }
7676
7777 Step AndAMethodTakesArrayInputsStep
@@ -123,14 +123,14 @@ public void WhenSomethingHappensTransitionStep_DoesNotAssert()
123123 [ Test ]
124124 public void WhenSomethingHappensTransitionStep_Reports ( )
125125 {
126- Assert . IsTrue ( WhenSomethingHappensTransitionStep . ShouldReport ) ;
126+ Assert . IsTrue ( WhenSomethingHappensTransitionStep . ShouldReport ) ;
127127 }
128128
129129 Step WhenSomethingHappensTransitionStepIgnoringInputInStepTitle
130130 {
131131 get
132132 {
133- return _steps . Single ( s => s . Title == "When something happens" ) ;
133+ return _steps . Single ( s => s . Title == "And when something happens" ) ;
134134 }
135135 }
136136
@@ -149,7 +149,7 @@ public void WhenSomethingHappensTransitionStepIgnoringInputInStepTitle_DoesNotAs
149149 [ Test ]
150150 public void WhenSomethingHappensTransitionStepIgnoringInputInStepTitle_Reports ( )
151151 {
152- Assert . IsTrue ( WhenSomethingHappensTransitionStepIgnoringInputInStepTitle . ShouldReport ) ;
152+ Assert . IsTrue ( WhenSomethingHappensTransitionStepIgnoringInputInStepTitle . ShouldReport ) ;
153153 }
154154
155155 Step WhenSomethingHappensConsecutiveTransitionStep
@@ -175,7 +175,7 @@ public void WhenSomethingHappensConsecutiveTransitionStep_DoesNotAssert()
175175 [ Test ]
176176 public void WhenSomethingHappensConsecutiveTransitionStep_Reports ( )
177177 {
178- Assert . IsTrue ( WhenSomethingHappensConsecutiveTransitionStep . ShouldReport ) ;
178+ Assert . IsTrue ( WhenSomethingHappensConsecutiveTransitionStep . ShouldReport ) ;
179179 }
180180
181181 Step AndThenSomethingElseHappensStep
@@ -201,7 +201,7 @@ public void AndThenSomethingElseHappensStep_DoesNotAssert()
201201 [ Test ]
202202 public void AndThenSomethingElseHappensStep_Reports ( )
203203 {
204- Assert . IsTrue ( AndThenSomethingElseHappensStep . ShouldReport ) ;
204+ Assert . IsTrue ( AndThenSomethingElseHappensStep . ShouldReport ) ;
205205 }
206206
207207 Step ThenTheFollowingAssertionsShouldBeCorrectStep
@@ -253,7 +253,7 @@ public void AndIncorrectAttributeWouldNotMatterStep_DoesAssert()
253253 [ Test ]
254254 public void AndIncorrectAttributeWouldNotMatterStep_Reports ( )
255255 {
256- Assert . IsTrue ( AndIncorrectAttributeWouldNotMatterStep . ShouldReport ) ;
256+ Assert . IsTrue ( AndIncorrectAttributeWouldNotMatterStep . ShouldReport ) ;
257257 }
258258
259259 Step AndInputsAreFormattedPropertlyInTheTitle
@@ -297,7 +297,7 @@ public void TearDownStep_DoesAssert()
297297 [ Test ]
298298 public void TearDownStep_DoesNotReports ( )
299299 {
300- Assert . IsFalse ( TearDownStep . ShouldReport ) ;
300+ Assert . IsFalse ( TearDownStep . ShouldReport ) ;
301301 }
302302 }
303303}
0 commit comments