Skip to content

Correct the entry of should syntax deprecation in changelog

Created by: yujinakayama

On RSpec 3, the should syntax is not disabled, it's deprecated.

The same entry in rspec-expectations is all right. https://github.com/rspec/rspec-expectations/blob/311b60baad804fc19c12b07903138c04cc60d570/Changelog.md

Merge request reports