Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-rspec from 1.24.0 to 1.26.0 #2926

Merged
merged 1 commit into from
Oct 5, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rubocop-rspec from 1.24.0 to 1.26.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.26.0

  • Fix false positive in RSpec/EmptyExampleGroup cop when methods named like a RSpec method are used. ([Darhazer][])
  • Fix Capybara/FeatureMethods not working when there is require before the spec. ([Darhazer][])
  • Fix RSpec/EmptyLineAfterFinalLet: allow a comment to be placed after latest let, requiring empty line after the comment. ([Darhazer][])
  • Add RSpec/ReceiveCounts cop to enforce usage of :once and :twice matchers. ([Darhazer][])

[andyw8]: https://github.com/andyw8
[backus]: https://github.com/backus
[bquorning]: https://github.com/bquorning
[deivid-rodriguez]: https://github.com/deivid-rodriguez
[geniou]: https://github.com/geniou
[jawshooah]: https://github.com/jawshooah
[nevir]: https://github.com/nevir
[nijikon]: https://github.com/nijikon
[pstengel]: https://github.com/pstengel
[miguelfteixeira]: https://github.com/miguelfteixeira
[mlarraz]: https://github.com/mlarraz
[renanborgescampos]: https://github.com/renanborgescampos
[jaredmoody]: https://github.com/jaredmoody
[baberthal]: https://github.com/baberthal
[jeffreyc]: https://github.com/jeffreyc
[clupprich]: https://github.com/clupprich
[onk]: https://github.com/onk
[Darhazer]: https://github.com/Darhazer
[redross]: https://github.com/redross
[cfabianski]: https://github.com/cfabianski
[dgollahon]: https://github.com/dgollahon
[rspeicher]: https://github.com/rspeicher
[jonatas]: https://github.com/jonatas
[pocke]: https://github.com/pocke
[bmorrall]: https:/github.com/bmorrall
[zverok]: https:/github.com/zverok
[timrogers]: https://github.com/timrogers
[yevhene]: https://github.com/yevhene
[walf443]: https://github.com/walf443
[pirj]: https://github.com/pirj
[telmofcosta]: https://github.com/telmofcosta
[EliseFitz15]: https://github.com/EliseFitz15
[anthony-robin]: https://github.com/anthony-robin
[jojos003]: https://github.com/jojos003
[abrom]: https://github.com/abrom
[patrickomatic]: https://github.com/patrickomatic
[tdeo]: https://github.com/tdeo

RuboCop RSpec v1.25.1

  • Fix false positive in RSpec/Pending cop when pending is used as a method name. ([Darhazer][])
  • Fix FactoryBot/DynamicAttributeDefinedStatically false positive when using symbol proc argument for a sequence. ([tdeo][])
... (truncated)
Changelog

Sourced from rubocop-rspec's changelog.

1.26.0 (2018-06-06)

  • Fix false positive in RSpec/EmptyExampleGroup cop when methods named like a RSpec method are used. ([Darhazer][])
  • Fix Capybara/FeatureMethods not working when there is require before the spec. ([Darhazer][])
  • Fix RSpec/EmptyLineAfterFinalLet: allow a comment to be placed after latest let, requiring empty line after the comment. ([Darhazer][])
  • Add RSpec/ReceiveCounts cop to enforce usage of :once and :twice matchers. ([Darhazer][])

1.25.1 (2018-04-10)

  • Fix false positive in RSpec/Pending cop when pending is used as a method name. ([Darhazer][])
  • Fix FactoryBot/DynamicAttributeDefinedStatically false positive when using symbol proc argument for a sequence. ([tdeo][])

1.25.0 (2018-04-07)

  • Add RSpec/SharedExamples cop to enforce consistent usage of string to titleize shared examples. ([anthony-robin][])
  • Add RSpec/Be cop to enforce passing argument to the generic be matcher. ([Darhazer][])
  • Fix false positives in StaticAttributeDefinedDynamically and ReturnFromStub when a const is used in an array or hash. ([Darhazer][])
  • Add RSpec/Pending cop to enforce no existing pending or skipped examples. This is disabled by default. ([patrickomatic][])
  • Fix RSpec/NestedGroups cop support --auto-gen-config. ([walf443][])
  • Fix false positives in Capybara/FeatureMethods when feature methods are used as property names in a factory. ([Darhazer][])
  • Allow configuring enabled methods in Capybara/FeatureMethods. ([Darhazer][])
  • Add FactoryBot/CreateList cop. ([Darhazer][])
Commits
  • 3eaed7b Merge pull request #622 from rubocop-hq/release
  • 598fdf4 Bump version to 1.26.0
  • 3955a3b Merge pull request #621 from rubocop-hq/move-repository-to-rubocop-hq
  • 92c8ada Change GitHub organization
  • 9520c49 Merge pull request #618 from rubocop-rspec/fix-overwritting-setup
  • b32950b Fix OverwritingSetup raising an error for unnamed subject
  • 5a2c8a0 Merge pull request #617 from rubocop-rspec/receive-counts-cops
  • 23cf293 Add RSpec/ReceiveCounts cop.
  • aca8aaf Merge pull request #614 from rubocop-rspec/fix-aligh-brace-with-empty-file
  • 9abd734 Fix investigation of empty files
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that updates a dependency label Sep 27, 2018
@voodoorai2000 voodoorai2000 merged commit 6a769d9 into master Oct 5, 2018
@voodoorai2000 voodoorai2000 deleted the dependabot/bundler/rubocop-rspec-1.26.0 branch October 5, 2018 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants