circle Simple Circle Class For this lesson your job is to get the tests to pass by adding the missing code to lib/circle.rb Getting started install required gems bundle install Run tests bundle exec rspec spec Run tests automatically when a file is changed bundle exec guard