thoughtbot / upcase

Sharpen your programming skills.
https://thoughtbot.com/upcase
MIT License
317 stars 37 forks source link

Apply Standard Formatting #2641

Closed smaboshe closed 2 months ago

smaboshe commented 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.
smaboshe commented 2 months ago

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.