chore: RuboCop lint Style/RedundantException

This commit is contained in:
Olle Jonsson 2019-02-27 21:43:58 +01:00
parent ff2a6d7eda
commit f9ffeb26f2

View File

@ -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