-
Notifications
You must be signed in to change notification settings - Fork 632
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
Refactor RSpec for AnnotateModels #718
Refactor RSpec for AnnotateModels #718
Conversation
a0f37e5
to
64d38f4
Compare
🙌 thanks for doing this. Github has a hard time showing the changes so I'll carve out some time to review this. |
@drwl Thank you. I am waiting you to review this. After I made this PR, I notice that I can unify |
dfdbe8a
to
16d9738
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First off I want to say thank you for taking the time to refactor the specs. They are in pretty bad shape and after this refactor gets in they will be much better.
I went commit by commit to try and review but found these commits to be too big for me to review:
Would it be possible for you to split these ones up?
@drwl Thank you for your replying and pointing my mistakes out. As you requested
so I'd like to
May I continue to contribute in this way? |
Sure that sounds good to me. Again thanks for all this work, it is really appreciated 👍 |
@drwl All right, then I will close this commit. Thank you. |
I refactored and structuralized RSpec test cases of AnnotateModels for readability and scalability because it was too complex to read. cf. #718 In this PR, I refactored test cases of some methods in `AnnotateModels`. I will refactor test cases of other methods in another PR.
I refactored and structuralized RSpec test cases of AnnotateModels for readability and scalability because it was too complex to read. cf. ctran#718 In this PR, I refactored test cases of some methods in `AnnotateModels`. I will refactor test cases of other methods in another PR.
I refactored and structuralized RSpec test cases of AnnotateModels for readability and scalability because it was too complex to read.