Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 515 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 515 Bytes

Contributing

Pre-requisites

  • MacOS
  • Other pre-requisites mentioned in README.md

Opal RSpec

To run Opal RSpec tests, run the following command:

rackup

Afterwards, visit the following URL in the browser:

http://localhost:9292

You should see the specs running to completion. You may then make changes to the specs, refresh the webpage to see specs failing, and make more changes to the code to pass them.