rspec/rules/S3346/compliant.adoc
2022-02-04 16:28:24 +00:00

8 lines
111 B
Plaintext

== Compliant Solution
[source,text]
----
boolean removed = myList.remove(myList.get(0));
assert removed;
----