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
~$ rake konacha:run
F.
1 examples, 0 failed, 0 pending
This happens because Reporter#update_or_create_object method overwrites the first example from Reporter#examples with the second one because their data['fullTitle']] are the same.
The text was updated successfully, but these errors were encountered:
If names of test suites are identical, the first test fails and the second passes, rake tasks finishes with wrong exit code.
Example:
Output of rake task will be the following
~$ rake konacha:run F. 1 examples, 0 failed, 0 pending
This happens because
Reporter#update_or_create_object
method overwrites the first example fromReporter#examples
with the second one because theirdata['fullTitle']]
are the same.The text was updated successfully, but these errors were encountered: