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
|
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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue