Categories: None [Edit]

rubocop-rspec-unused-let

https://rubygems.org/gems/rubocop-rspec-unused-let
https://github.com/tk0miya/rubocop-rspec-unused-let
rubocop-rspec-unused-let adds the RSpec/UnusedLet cop, which flags `let` (and optionally `let!`) definitions, `subject` definitions and helper methods (`def`) that are never referenced within their scope. It resolves `shared_examples` precisely when it can see the shared block, and stays conservative otherwise to avoid false positives.

Total

Ranking: 143,705 of 196,672
Downloads: 4,396

Daily

Ranking: 24,406 of 196,643
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
56741,700,992rubocop
185293,558,513rubocop-rspec
401133,415,386lint_roller

Owners

#GravatarHandle
1icontk0miya