CHANGELOG.md in rubocop-rspec-1.2.2 vs CHANGELOG.md in rubocop-rspec-1.3.0

- old
+ new

@@ -1,7 +1,13 @@ # Change log +# 1.3.0 + +* 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][]) + # 1.2.2 * Make `RSpec::ExampleWording` case insensitive. ([@geniou][]) ## 1.2.1 @@ -46,8 +52,9 @@ * Add `RSpecInstanceVariable` cop to check for the usage of instance variables. ([@geniou][]) <!-- Contributors --> [@andyw8]: https://github.com/andyw8 +[@deivid-rodriguez]: https://github.com/deivid-rodriguez [@geniou]: https://github.com/geniou [@nevir]: https://github.com/nevir [@pstengel]: https://github.com/pstengel