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