mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Some updates
parent
544d6225a9
commit
82a1b5b2a6
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
|||
|
||||
<pre>
|
||||
<code>
|
||||
rake gems:install RAILS_ENV=test
|
||||
|
||||
rake gems:install RAILS_ENV=selenium
|
||||
bundle install
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue