We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f9071 commit 5652b95Copy full SHA for 5652b95
spec/error_creator_spec.rb
@@ -44,8 +44,7 @@ module ExceptionHunter
44
45
context 'with repeating tag' do
46
before do
47
- error_attributes[:tag] = ErrorCreator::HTTP_TAG
48
- described_class.call(error_attributes)
+ described_class.call(tag: ErrorCreator::HTTP_TAG, **error_attributes)
49
end
50
51
it 'does not repeat tags' do
0 commit comments