Closed smaboshe closed 2 months ago
This commit resolves:
spec/views/practice/show.html.erb_spec.rb:52:5: Lint/ShadowedArgument: Argument `user` was shadowed by a local variable before it was used.
I may create a PR to remove the optional user: false parameter since it is not currently used. It looks likes it was being setup to provide additional features that we are currently not using.
user: false
This commit resolves: