mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
chore: RuboCop lint Style/RedundantException
This commit is contained in:
parent
ff2a6d7eda
commit
f9ffeb26f2
@ -9,7 +9,7 @@ RSpec.describe Faraday::Adapter::Patron do
|
||||
conn = Faraday.new do |f|
|
||||
f.adapter :patron do |session|
|
||||
session.max_redirects = 10
|
||||
raise RuntimeError, 'Configuration block called'
|
||||
raise 'Configuration block called'
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user