Some updates

02strich 2011-10-12 06:04:09 -07:00
parent 544d6225a9
commit 82a1b5b2a6

@ -1,6 +1,9 @@
h1. Testing 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 h2. Setup
@ -10,9 +13,7 @@ Install required gems with
<pre> <pre>
<code> <code>
rake gems:install RAILS_ENV=test bundle install
rake gems:install RAILS_ENV=selenium
</code> </code>
</pre> </pre>