Skip to content

0.9.0 (September 30, 2021)

Compare
Choose a tag to compare
@benreyn benreyn released this 30 Sep 19:46
· 138 commits to main since this release

Full Changelog

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)