Sha256: 3caa5041e48bc532dd72a0e36118584346995b338a81785f84a4834dd7628a13
Contents?: true
Size: 801 Bytes
Versions: 1
Compression:
Stored size: 801 Bytes
Contents
# Dots formatter An RSpec formatter that has nothing to do with dots, honest. Format your Rspec output simply, but informatively. For example, running with guard, your RSpec output could look like this: ![Passing](docs/all_passing.jpg)) Or get instance feedback when an example fails: ![Failing](docs/with_failure.jpg)) If you set debug mode to true then you can get each test on a new line with the time taken for each test. Currently only works with RSpec 3 and up. To run, clone the repo then in either a project specific .rspec file or in your home .rspec file, or directly on the command line: ```ruby --require /path/to/dots_formatter/lib/dots_formmater.rb --format DotsFormatter ``` ## TODO * Port RSpec 3 to RSpec 2 * Better Readme * Gem-ify * Debug as command line option * Tests
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dots_formatter-0.0.1 | README.md |