Sha256: 3fa44b4da8619d18c332144b056063f6fbcfce3f2132074932ad4e41f4dfea33

Contents?: true

Size: 569 Bytes

Versions: 5

Compression:

Stored size: 569 Bytes

Contents

Testing
=======

Tests are written with Shoulda on top of Test::Unit and Factory Girl is used instead of fixtures.  Tests are run using rake.

1. Clone your fork git locally.
2. Install the dependencies
    $ bundle install
3. Run the tests:
    rake test


Coverage
=======

Test coverage can be calculated using Rcov. Make sure you have the rcov gem installed.

Again in the acts_as_follower directory:

rake rcov:gen DB=sqlite3   # For sqlite

The coverage will now be available in the test/coverage directory.

rake rcov:clobber will delete the coverage directory.

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
acts_as_follower1-1.0.9 test/README
acts_as_follower-0.2.1 test/README
acts_as_follower-0.2.0 test/README
acts_as_follower-0.1.1 test/README
acts_as_follower-0.1.0 test/README