-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Still Branch: Deprecated have_same_file_content_like
and a_file_with_same_content_like
matchers
#557
Conversation
have_same_file_content_like
and a_file_with_same_content_like
have_same_file_content_like
and a_file_with_same_content_like
matchers
This is a helpful addition to the maintenance branch - users there will want to know. |
Thanks, @xtrasimplicity. Would you mind re-opening #555 or opening a new PR for these changes to go in master, but with the deprecated methods removed? |
Thanks @mvz. I've just reopened the other PR, and will remove the deprecated methods when I get a chance. |
Hi @xtrasimplicity, thanks for making the matcher easier to read and understand! I have one question regarding the difference between I noticed in aruba/lib/aruba/cucumber/file.rb Lines 175 to 181 in 3904a28
Thanks in advance! 🙇 |
@kinopyo Yes, it would make sense to use the new names in still also. I guess we missed that 🙂. |
Hi @kinopyo, Good catch on that one - it looks like I did indeed forget to update that. Would you be able to make a PR to patch this? If not, I'll jump onto this when I get a moment. :) Thanks! |
@mvz @xtrasimplicity Thanks for the quick response! Sure thing, will send a PR soon 😼! Happen to update the gem for an old project, the context is right there for me 😄 |
Awesome. Please let me know of any problems you run into. Getting all projects to use |
Summary
Deprecated
have_same_file_content_like
anda_file_with_same_content_like
matchers, and addedhave_same_file_content_as
anda_file_with_same_content_as matchers
, onto thestill
branch.This is a modified version of #555, applied to the
still
branch rather thanmaster
.Details
Motivation and Context
To make it easier to understand what the matchers do.
How Has This Been Tested?
Added specs to ensure that the old and new matchers function correctly.
Types of changes
Checklist: