Skip to content

Commit abd05b9

Browse files
committed
fixup! fix: Correct LogSubscriber stub to ensure we are sending "options" as the last parameter
1 parent 615707f commit abd05b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/lib/multidb/log_subscriber_extension_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def debug(msg)
1818
end
1919

2020
def color(text, _color, options = {})
21+
expect(options).to be_instance_of(Hash)
2122
text
2223
end
2324
end

0 commit comments

Comments
 (0)