You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the heavy computational resource consumption required for leveraging containers in RSpec tests, the tests were designed to optimize containers usage, and thus the behavior tests are being written in a nested manner. That being said, the number of duplicated test cases in different contexts is growing and they can be modularized in shared_examples cases.
I propose such test cases to be wrapped in shared_examples
The text was updated successfully, but these errors were encountered:
Because of the heavy computational resource consumption required for leveraging containers in RSpec tests, the tests were designed to optimize containers usage, and thus the behavior tests are being written in a nested manner. That being said, the number of duplicated test cases in different contexts is growing and they can be modularized in
shared_examples
cases.I propose such test cases to be wrapped in
shared_examples
The text was updated successfully, but these errors were encountered: