Sha256: 06adf9137d1e051da49a82c7f21d606e7a1e82e3523aab44f6f8b84f34cea61c
Contents?: true
Size: 780 Bytes
Versions: 144
Compression:
Stored size: 780 Bytes
Contents
## Running Tests To run the test for a given exercise, `cd` into the folder and run the following: ```bash box task run TestRunner # Or start up a test watcher that will rerun when files change box task run TestRunner --:watcher ``` The tests leverage a library called TestBox which supports xUnit and BDD style of testing. All test suites will be written in the [BDD style](https://testbox.ortusbooks.com/content/primers/bdd/specs.html) which uses closures to define test specs. You won't need to worry about installing TestBox. The CLI test runner will take care of that for you. You just need to be connected to the internet the first time you run it. You can read more about it here: [https://testbox.ortusbooks.com/content/](https://testbox.ortusbooks.com/content/)
Version data entries
144 entries across 143 versions & 1 rubygems