Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 13, 2014
1 parent 6e50eab commit fa694ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_application.rb
Expand Up @@ -466,7 +466,7 @@ def test_printing_original_exception_cause
@app.intern(Rake::Task, "default").enhance {
begin
raise custom_error, "Original Error"
rescue custom_error => ex
rescue custom_error
raise custom_error, "Secondary Error"
end
}
Expand Down

0 comments on commit fa694ec

Please sign in to comment.