Updated Testing (markdown)

Dan Rice 2014-06-11 11:23:56 -07:00
parent a8f2031bad
commit 85d0df50f2

@ -1,4 +1,4 @@
Two different technologies are used to test Tracks: Tracks uses two different technologies for testing:
* [minitest](https://github.com/seattlerb/minitest) for unit, functional, and integration tests (in `/test`) * [minitest](https://github.com/seattlerb/minitest) for unit, functional, and integration tests (in `/test`)
* [Cucumber](http://cukes.info/) with [Capybara](https://github.com/jnicklas/capybara) for acceptance tests (in `/features`) * [Cucumber](http://cukes.info/) with [Capybara](https://github.com/jnicklas/capybara) for acceptance tests (in `/features`)