Skip to content

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.

Notifications You must be signed in to change notification settings

danitcodes/title_case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages