Sha256: f2fc017c4fc9d1c53f747a0fe30c81a9dc5a2d196918249f7361dab69bc3c596
Contents?: true
Size: 445 Bytes
Versions: 26
Compression:
Stored size: 445 Bytes
Contents
# Testing Utopia websites include a default set of tests, and associated `rake test` tasks. These specs can test against the actual running website. By default, `simplecov` is included for coverage testing. ```bash $ rake coverage test my website should have an accessible front page Finished in 0.44849 seconds (files took 0.15547 seconds to load) 1 example, 0 failures Coverage report generated for RSpec. 5 / 5 LOC (100.0%) covered. ```
Version data entries
26 entries across 26 versions & 1 rubygems