Skip to content

Commit 9d26df9

Browse files
committed
Fixup space
1 parent 3a6243a commit 9d26df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/tutorial_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
special = steps[step] || {}
5151

52-
find(:css, "h1").text.should be == data["title"]
52+
find(:css, "h1").text.gsub(" ", " ").should be == data["title"]
5353

5454
unless special[:pass]
5555
case special[:code]

0 commit comments

Comments
 (0)