states-cities
states-cities copied to clipboard
Added Some Unit Tests for State methods
I have had to change the get_all_states and get_one_state methods from static methods to module methods.
http://googletesting.blogspot.com.ng/2008/12/static-methods-are-death-to-testability.html
Let me know what you guys think. :)