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

Add support for shouldContainLineWithString and shouldNotContainLineWithString assertions #204

Merged

Conversation

priyaaank
Copy link
Contributor

@priyaaank priyaaank commented Oct 14, 2021

Description
This pull request add support for asserting that a File contains a line with required string as well as an assertion that a File does not contain a line with a specific string

This is a PR for Issue #192

Checklist

  • I've added my name to the AUTHORS file, if it wasn't already present.

Copy link
Owner

@MarkusAmshove MarkusAmshove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice small changes to add a new assertion :)
If you change the documentation of that one method, then I'll be ready to merge 👍

Also adding markdown documentation inside ˋdocs/filesystem.mdˋ would be a plus but not a must ☺️

@javatarz javatarz mentioned this pull request Oct 27, 2021
1 task
@priyaaank
Copy link
Contributor Author

Adding requsted changes on documentation and removal of dated comment.

@priyaaank priyaaank closed this Oct 27, 2021
@priyaaank priyaaank deleted the add-file-contains-string branch October 27, 2021 22:25
@priyaaank priyaaank restored the add-file-contains-string branch October 28, 2021 05:29
@priyaaank priyaaank reopened this Oct 28, 2021
@MarkusAmshove MarkusAmshove merged commit b5120e2 into MarkusAmshove:master Oct 28, 2021
@MarkusAmshove
Copy link
Owner

Thank you for the contribution :-) I'll see if the other two PRs get merged soon and build a release from that :)

@priyaaank
Copy link
Contributor Author

Thank you for accepting and a quick response!

@priyaaank priyaaank deleted the add-file-contains-string branch October 28, 2021 18:44
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

Successfully merging this pull request may close these issues.

None yet

3 participants