Jump to letter: [
          
            0239ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        rubygem-rspec-longrun - RSpec formatter for long-running specs
        
        
        - Description:
- RSpec is a fine unit-testing framework, but is also handy for acceptance
and integration tests.  But the default report formatters make it difficult
to track progress of such long-running tests.
The RSpec::Longrun::Formatter outputs the name of each test as it starts,
rather than waiting until it passes or fails.  It also provides a mechanism
for reporting on progress of a test while it is still executing. 
Packages