From 82a1b5b2a62473fc98ec30b3fe2dba53b877fe96 Mon Sep 17 00:00:00 2001 From: 02strich Date: Wed, 12 Oct 2011 06:04:09 -0700 Subject: [PATCH] Some updates --- Testing.textile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Testing.textile b/Testing.textile index 794392b..b9b8d76 100644 --- a/Testing.textile +++ b/Testing.textile @@ -1,6 +1,9 @@ h1. Testing -Testing Tracks is fairly simple. All you need to do is install a couple of bundles and run the suite! All tests are stored in @$RAILS_ROOT/test@. +Testing Tracks is fairly simple. For its tests 3 different technologies are used: +* Ruby unit tests (in @$RAILS_ROOT/test@) +* RSpec (in @$RAILS_ROOT/spec@) +* Cucumber (in @$RAILS_ROOT/features@) h2. Setup @@ -10,9 +13,7 @@ Install required gems with
 
-rake gems:install RAILS_ENV=test 
-
-rake gems:install RAILS_ENV=selenium
+bundle install