westaa / ruby-with-bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby with Bugs

Setup

  • set up your repo
  • run bundle install

Instructions

  • run rspec spec/bug_app_spec.rb
  • start with the first test
  • inspect the stack trace
  • inspect the rspec test
  • fix the bug in the bug_app.rb file
    • there is no need to edit the variables set in the initialize method
  • submit your repo when finished

About


Languages

Language:Ruby 100.0%