RSpec Error Summary
Parses RSpec error output to provide a summary showing what errors were encountered, the number of occurrences per error, and file path and line number locations.
Installation
Add this line to your application's Gemfile:
gem 'rspec_error_summary'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec_error_summary
Usage
$ rspec_error_summary []
-p, --path [ARG]
Path to the directory of spec files or individual spec file to be tested
-s, --search [ARG]
Search for a specific string of text in the error
-v, --verbose
Verbose output. Displays full error
-h, --help
Show this
Contributing
- Fork it ( https://github.com/[my-github-username]/rspec_error_summary/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request