Class: TestExceptionLocalizationHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/beyond_the_api_test_helpers.rb

Instance Method Summary collapse

Instance Method Details

#call(exception, _locale, _key, _options) ⇒ Object

:reek:LongParameterList: { enabled: false }



9
10
11
# File 'lib/beyond_the_api_test_helpers.rb', line 9

def call(exception, _locale, _key, _options)
  raise exception.message
end