diff --git a/Testing.md b/Testing.md index 4a2f83c..56f1522 100644 --- a/Testing.md +++ b/Testing.md @@ -1,4 +1,4 @@ -Testing Tracks is fairly simple. For its tests two different technologies are used: +Two different technologies are used to test Tracks: * [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`)