Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 377 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 377 Bytes

Disney OOP Livecode without Inheritance

Starter code for a Launch Academy Live Code clinic, covering test-driven object oriented programming in Ruby. No inheritance included.

Setup

To get set up, run bundle. From there, run your tests using rspec, and let the tests guide your development!

Feel free to remove line 2 of the .rspec file to see all tests at once.