Skip to content

Commit

Permalink
Fixed the wrong class reference "Don't use should"
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdeepsingh committed Oct 3, 2012
1 parent ffda556 commit 818f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ <h1><a name="should">Don't use should</a></h1>
Do not use should when describing your tests. Use the third person in the present tense.
</p>

<p class="bad">bad</p>
<p class="wrong">bad</p>

<div>
<pre><code class="ruby">it 'should not change timings' do
Expand Down

0 comments on commit 818f1df

Please sign in to comment.