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

False positive spec #276

Closed
tagliala opened this issue Sep 14, 2024 · 1 comment
Closed

False positive spec #276

tagliala opened this issue Sep 14, 2024 · 1 comment

Comments

@tagliala
Copy link
Member

$ rspec ./spec/lib/document_spec.rb:150 # Colore::Document#add_file runs with author

@tagliala
Copy link
Member Author

tagliala commented Sep 14, 2024

It's not a false positive because author file is being overwritten

tagliala added a commit that referenced this issue Sep 14, 2024
Also refactor specs to use `join` instead of `+` because it's shorter, clearer, and uses less memory, even if it is slightly less performant
in terms of IPS

Ref: #276
tagliala added a commit that referenced this issue Sep 14, 2024
Also refactor specs to use `join` instead of `+` because it's shorter, clearer, and uses less memory, even if it is slightly less performant
in terms of IPS

Ref: #276
tagliala added a commit that referenced this issue Sep 14, 2024
Also refactor document spec by using `join` instead of `+` because it's
shorter, clearer, and uses less memory, even if it is slightly less
performant in terms of IPS

Ref: #276
tagliala added a commit that referenced this issue Sep 14, 2024
Also refactor document spec by using `join` instead of `+` because it's
shorter, clearer, and uses less memory, even if it is slightly less
performant in terms of IPS

Ref: #276
tagliala added a commit that referenced this issue Sep 14, 2024
Also refactor document spec by using `join` instead of `+` because it's
shorter, clearer, and uses less memory, even if it is slightly less
performant in terms of IPS

Ref: #276
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant