Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 781 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 781 Bytes

Practical Object-Oriented Design Class 1

Dependencies

You will need:

  • git
  • a modern version of Ruby (2.x or greater)

Setup

Clone this repository:

$ git clone [email protected]:PotatoCanyon/poodi_virtual.git

Change directories so that you are in the project:

$ cd poodi_virtual

Install the dependencies:

$ gem install bundler # if you don't have it
$ bundle install

Sanity Check Setup

To verify that everything is set up correctly, run the following command:

$ ruby sanity_test.rb

You should see the following output.

$ ruby sanity_test.rb
Run options: --seed 62459

# Running:

.

Finished in 0.001317s, 759.3014 runs/s, 759.3014 assertions/s.

1 runs, 1 assertions, 0 failures, 0 errors, 0 skips