aerobicio / aerobic.io

Fitness tracking for friends
1 stars 1 forks source link

Extend the String class with a method to capitalize just the first letter #255

Closed quamen closed 10 years ago

quamen commented 10 years ago

There was a flakey spec that would fail due to our use of the capitalize method in the followed_user partial.

Previously: 'Cleve DuBuque II' => 'Cleve Du Buque Ii' Now: 'Cleve DuBuque II' => 'Cleve DuBuque II'

quamen commented 10 years ago

 Code Climate has analyzed this pull request.

plasticine commented 10 years ago

Seems good :+1: