TravelAround
cop does not detect around block when the block is passed as a proc using
#49
Labels
bug
Something isn't working
The
RuboCop::Cop::RSpecRails::TravelAround
cop does not detect the following pattern:Expected behavior
The cop should detect and flag this pattern as it involves freezing time within the around block.
Actual behavior
The cop does not detect this pattern, leading to a potential inconsistency in time-travel-related detection.
The text was updated successfully, but these errors were encountered: