diff --git a/spec/03_simon_says_spec.rb b/spec/03_simon_says_spec.rb index ded4037..f393937 100644 --- a/spec/03_simon_says_spec.rb +++ b/spec/03_simon_says_spec.rb @@ -89,7 +89,7 @@ end it "does capitalize 'little words' at the start of a title" do - expect(titleize("the bridge over the river kwai")).to eq("The Bridge over the River Kwai") + expect(titleize("the bridge over the river kwai")).to eq("The Bridge Over the River Kwai") end end end