Reduce database calls on CI Templates specs
This change replaces `let` with `let_it_be` to reduce unnecessary number of database calls on CI Templates specs. We also replace all instances of `allow_any_instance_of` stubs with `allow_next_instance_off` according to the Rubocop lint rules.
Showing
Please register or sign in to comment