From 85d0df50f291ddc69ab36fe3b1c7d7ef8a50efff Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 11 Jun 2014 11:23:56 -0700 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)