Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 203 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 203 Bytes

README

  • How to run the test suite

Pull the code locally from github.

In the g_calc directory run the command: bundle install # installs gems

bundle exec rspec --color --format doc # run all tests