RuboCop RSpec v1.0
This is the abstract of the changes since 0.18.1
- Update code to work with RuboCop
~> 0.23
. - Split
UnitSpecNaming
cop intoDescribeClass
,DescribeMethod
andFileName
and enabled them all by default. - Gem is no longer 20MB.
- Add
ExampleWording
cop to prevent to use ofshould
at the beginning of the spec description. - Add
MultipleDescribes
cop to check for multiple top level describes. - Add
DescribedClass
cop to promote the use ofdescribed_class
. - Add
InstanceVariable
cop to check for the usage of instance variables.