Sha256: 488a7826eaf14302b4c25eb03dcf16f73df730b4d65ab0d3d48d77792e209a53

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# RspecProgressExtended

RSpec Progress Extended is an RSpec formatter to tally the count of run count of your specs

## Installation

Installing rspec_progess_extended is easy. Just put it in your Gemfile and run your specs:

```ruby
gem 'rspec_progress_extended'
```

And then execute:

  $ bundle

Or install it yourself as:

  $ gem install rspec_progress_extended


If you want to use rspec_progress_extended as your default formatter, simply put this option in your .rspec file:

--format RspecProgressExtended::Formatter

## Contributing

Found an issue? Have a great idea? Want to help? Great! Create an issue issue for it, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the RspecProgressExtended project’s codebases is expected to follow the [code of conduct](https://github.com/eleanorakh/rspec_progress_extended/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec_progress_extended-0.1.0 README.md