diff --git a/Testing.md b/Testing.md index 56f1522..5a532ac 100644 --- a/Testing.md +++ b/Testing.md @@ -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`) * [Cucumber](http://cukes.info/) with [Capybara](https://github.com/jnicklas/capybara) for acceptance tests (in `/features`)