Sha256: a6b47151b0b8771e465b624d68319ad4ba4e604514f8100f7c5a99e26a3592f1

Contents?: true

Size: 985 Bytes

Versions: 144

Compression:

Stored size: 985 Bytes

Contents

* * * *

To run the code in this exercise, you will only need to have [CommandBox CLI installed](https://ortus.gitbooks.io/commandbox-documentation/content/setup/installation.html).  This binary runs CFML code from the command line.

To run the tests, `cd` into the exercise 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

Version Path
trackler-2.2.1.98 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.97 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.96 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.95 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.94 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.93 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.92 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.91 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.90 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.89 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.88 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.87 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.86 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.85 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.84 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.83 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.82 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.81 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.80 tracks/cfml/docs/EXERCISE_README_INSERT.md
trackler-2.2.1.79 tracks/cfml/docs/EXERCISE_README_INSERT.md