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 f3af13f commit 30b738cCopy full SHA for 30b738c
spec/type_aliases/loglevel_spec.rb
@@ -21,6 +21,7 @@
21
[],
22
['info'],
23
'thisiswarning',
24
+ 'errorerror',
25
].each do |invalid_value|
26
it { is_expected.not_to allow_value(invalid_value) }
27
end
0 commit comments