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
Previously, the test failed using rspec3 with the error:
Failure/Error: system_aces.any? do |ace|
expected true to respond to `true?` or perhaps you meant `be true` or `be_truthy`
Updated test to use rspec3 syntax.
0 commit comments