From 82b351dae84a83e43805caa0557097ec1a8dfc3f Mon Sep 17 00:00:00 2001 From: Danielle Sublett Date: Wed, 12 Feb 2014 23:36:34 -0800 Subject: [PATCH] Fix typo in Simon Says exercise --- 03_simon_says/simon_says_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_simon_says/simon_says_spec.rb b/03_simon_says/simon_says_spec.rb index 8dac0b9f0..a2e559d03 100644 --- a/03_simon_says/simon_says_spec.rb +++ b/03_simon_says/simon_says_spec.rb @@ -89,7 +89,7 @@ end it "does capitalize 'little words' at the start of a title" do - titleize("the bridge over the river kwai").should == "The Bridge over the River Kwai" + titleize("the bridge over the river kwai").should == "The Bridge Over the River Kwai" end end