We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6243a commit 9d26df9Copy full SHA for 9d26df9
spec/tutorial_spec.rb
@@ -49,7 +49,7 @@
49
50
special = steps[step] || {}
51
52
- find(:css, "h1").text.should be == data["title"]
+ find(:css, "h1").text.gsub(" ", " ").should be == data["title"]
53
54
unless special[:pass]
55
case special[:code]
0 commit comments