/title_case

Basic Ruby practice exercise that returns a string of words in title case, returns T/F if a year is a leap year or not in leap year, and uses a tool called RSpec for TDD testing.

Primary LanguageRuby

Title Case - A Very Basic Ruby Practice Exercise with TDD

By Danielle Thompson

6.7.21

Description

This repository is a very basic practice exercise working with test-driven development and learning Ruby. One method & its tests evaluate whether or not a year is a leap year. The other method and its tests returns a string of words in title case.

Technologies

  • Ruby v.2.6.5
  • Docker v.20.10.6
  • Test-driven development
  • Chruby v.0.3.9
  • Rspec v.3.10.1
  • Gems: pry, rspec

Legal

MIT, 2021.