Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Full Changelog](v0.8.0...v0.9.0) Enhancements ------------ - Upgrade to Rubocop 0.89.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris Hoffman, James Nebeker, JC Avena, Sam Kim #27) - Upgrade to Rubocop Rails 2.6.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris Hoffman, James Nebeker, JC Avena, Sam Kim #27) - Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris Hoffman, James Nebeker, JC Avena, Sam Kim #27) - Configure multiple metrics to use the `CountAsOne` option for array, hash and heredocs - Disable `Style/SlicingWithRange` as we do not care about the style - Includes new `shared_example` / `shared_context` inclusion aliases `has_behavior` and `it_has_behavior` for behavior driven development language (Aaron Kromer, Ben Reynolds #28) Bug Fixes --------- None Breaking Changes ---------------- - Change the default behavior from `:warn` to `:raise` for RSpec expectations behavior `on_potential_false_positives` (Aaron Kromer, Ben Reynolds #28)
- Loading branch information