- Ignore routing specs for DescribeClass cop. (@nijikon)
- Move rubocop dependency to runtime. (@nijikon)
- Update to rubocop 0.37.2. (@nijikon)
- Update ruby versions we test against. (@nijikon)
- Add
RSpec::NotToNot
cop. (@miguelfteixeira) - Add
Rspec/AnyInstance
cop. (@mlarraz)
- Fix auto correction issue - syntax had changed in RuboCop v0.31. (@bquorning)
- Add RuboCop clone to vendor folder - see #39 for details. (@bquorning)
- Ignore non string arguments for FilePathCop - thanks to @deivid-rodriguez. (@geniou)
- Skip DescribeMethod cop for tagged specs. (@deivid-rodriguez)
- Skip DescribeClass cop for feature/request specs. (@deivid-rodriguez)
- Make
RSpec::ExampleWording
case insensitive. (@geniou)
- Add
RSpec::VerifiedDoubles
cop. (@andyw8)
- Drop support of ruby
1.9.2
. (@geniou) - Update to RuboCop
~> 0.24
. (@geniou) - Add
autocorrect
toRSpec::ExampleWording
. This experimental - use with care and check the changes. (@geniou) - Fix config loader debug output. (@geniou)
- Rename
FileName
cop toFilePath
as a workaround - see #19. (@geniou)
- Add
autocorrect
toRSpec::DescribedClass
cop. (@geniou)
- Add
config
folder to gemspec. (@pstengel)
- Update to RuboCop
>= 0.23
. (@geniou) - Add configuration option for
CustomTransformation
toFileName
cop. (@geniou)
- Gem is no longer 20MB (sorry!). (@nevir)
RspecFileName
cop allows for method specs to organized into directories by class and type. (@nevir)
- Update code to work with rubocop
>= 0.19
. (@geniou) - Split
UnitSpecNaming
cop intoRSpecDescribeClass
,RSpecDescribeMethod
andRSpecFileName
and enabled them all by default. (@geniou) - Add
RSpecExampleWording
cop to prevent to use of should at the beginning of the spec description. (@geniou) - Fix
RSpecFileName
cop for non-class specs. (@geniou) - Adapt
RSpecFileName
cop to commen naming convention and skip spec with multiple top level describes. (@geniou) - Add
RSpecMultipleDescribes
cop to check for multiple top level describes. (@geniou) - Add
RSpecDescribedClass
to promote the use ofdescribed_class
. (@geniou) - Add
RSpecInstanceVariable
cop to check for the usage of instance variables. (@geniou)