/ruby_quiz

WDI Week 10 Day 3

Primary LanguageRuby

This is a quiz on ruby and writing tests!

Please see quiz_spec.rb and quiz.rb.

The first tests for the first question are already written. COOL!

Write the corresponding code.

Run $ rspec spec/ to see if your tests pass.

For the remaining questions write both the tests and functions. OH NO!