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

RSpec/NoExpectationExample flags pending and skipped examples #1388

Closed
mvz opened this issue Sep 16, 2022 · 0 comments · Fixed by #1389
Closed

RSpec/NoExpectationExample flags pending and skipped examples #1388

mvz opened this issue Sep 16, 2022 · 0 comments · Fixed by #1389
Labels

Comments

@mvz
Copy link
Contributor

mvz commented Sep 16, 2022

The new RSpec/NoExpectationExample cop flags pending and skipped examples, even though it seems the intent was to allow them (ed7f7c0).

For example, this is flagged:

  it "decodes ISSN barcodes" do
    pending "Test scan ISSN"
  end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants