RuboCop RSpec v1.0
This is the abstract of the changes since 0.18.1
- Update code to work with RuboCop
~> 0.23. - Split
UnitSpecNamingcop intoDescribeClass,DescribeMethodandFileNameand enabled them all by default. - Gem is no longer 20MB.
- Add
ExampleWordingcop to prevent to use ofshouldat the beginning of the spec description. - Add
MultipleDescribescop to check for multiple top level describes. - Add
DescribedClasscop to promote the use ofdescribed_class. - Add
InstanceVariablecop to check for the usage of instance variables.