Sha256: 88bba93230b62f392a1fba129b97cf6283f6d461165226345615494f5f94f0ea

Contents?: true

Size: 784 Bytes

Versions: 1

Compression:

Stored size: 784 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, first install the gem:
```ruby
gem install dots_formatter
```

then in either a project specific .rspec file or
in your home .rspec file, or directly on the command line:

```ruby
--format DotsFormatter
```

## TODO

* Port RSpec 3 to RSpec 2
* Better Readme
* Debug as command line option
* Tests

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dots_formatter-0.0.2 README.md