Sha256: 442c0cde20f8f1c0437c3b58d101165228c440b175fb19770db5f5cbec9ed2d2
Contents?: true
Size: 570 Bytes
Versions: 3
Compression:
Stored size: 570 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_favoritor 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
acts_as_favoritor-1.0.2 | test/README |
acts_as_favoritor-1.0.1 | test/README |
acts_as_favoritor-1.0.0 | test/README |