Skip to content

Commit

Permalink
Remove unused variable (#237)
Browse files Browse the repository at this point in the history
```
tasks/rspec.rake:3: warning: assigned but unused variable - e
```

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
  • Loading branch information
casperisfine and byroot committed Jan 30, 2024
1 parent 322cf97 commit 3ffaf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/rspec.rake
@@ -1,6 +1,6 @@
begin
require "rspec/core/rake_task"
rescue LoadError => e
rescue LoadError
warn "RSpec gem is required, please install it (gem install rspec)."
end

Expand Down

0 comments on commit 3ffaf97

Please sign in to comment.