Skip to content

Releases: rubocop/rubocop-rspec

RuboCop RSpec v1.4.1

03 Apr 14:41
Compare
Choose a tag to compare
  • Ignore routing specs for DescribeClass cop. (@nijikon)
  • Move rubocop dependency to runtime. (@nijikon)
  • Update to rubocop 0.39.0. (@nijikon)

RuboCop RSpec v1.4.0

15 Feb 19:51
Compare
Choose a tag to compare

RuboCop RSpec v1.3.1

04 Sep 07:15
Compare
Choose a tag to compare
  • Fix auto correction issue - syntax had changed in RuboCop v0.31
  • Add RuboCop clone to vendor folder - see #39 for details

Thanks to @bquorning

RuboCop RSpec v1.3.0

23 Apr 20:03
Compare
Choose a tag to compare
  • Ignore non string arguments for FilePathCop
  • Skip DescribeMethod cop for tagged specs
  • Skip DescribeClass cop for feature/request specs

Thanks to @deivid-rodriguez

RuboCop RSpec v1.2.2

26 Feb 18:35
Compare
Choose a tag to compare

Make RSpec::ExampleWording case insensitive - thanks to @EsterYtterbrinkAtTrialbee (#31)

RuboCop RSpec v1.2.1

03 Nov 20:48
Compare
Choose a tag to compare
  • Add RSpec::VerifiedDoubles cop - thanks to @andyw8

RuboCop RSpec v1.2.0

02 Sep 19:34
Compare
Choose a tag to compare
  • Rename FileName cop to FilePath as a workaround - see #19.
  • Add autocorrect to RSpec::ExampleWording. This experimental - use with care and check the changes.
  • Update to RuboCop ~> 0.24.
  • Drop support of ruby 1.9.2.
  • Fix config loader debug output.

RuboCop RSpec v1.1.0

25 Jun 19:35
Compare
Choose a tag to compare

Add autocorrect to RSpec::DescribedClass cop.

RuboCop RSpec v1.0.1

16 Jun 18:36
Compare
Choose a tag to compare

Fix Bug: Add config folder to gemspec - thanks to @pstengel

RuboCop RSpec v1.0

16 Jun 05:17
Compare
Choose a tag to compare

This is the abstract of the changes since 0.18.1

  • Update code to work with RuboCop ~> 0.23.
  • Split UnitSpecNaming cop into DescribeClass, DescribeMethod and FileName and enabled them all by default.
  • Gem is no longer 20MB.
  • Add ExampleWording cop to prevent to use of should at the beginning of the spec description.
  • Add MultipleDescribes cop to check for multiple top level describes.
  • Add DescribedClass cop to promote the use of described_class.
  • Add InstanceVariable cop to check for the usage of instance variables.