We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615707f commit abd05b9Copy full SHA for abd05b9
1 file changed
spec/lib/multidb/log_subscriber_extension_spec.rb
@@ -18,6 +18,7 @@ def debug(msg)
18
end
19
20
def color(text, _color, options = {})
21
+ expect(options).to be_instance_of(Hash)
22
text
23
24
0 commit comments