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.
pending
1 parent f1048eb commit 1c09819Copy full SHA for 1c09819
spec/project/default_config_spec.rb
@@ -70,7 +70,8 @@ def cop_configuration(config_key)
70
expect(cop_configuration('Description')).to all(end_with('.'))
71
end
72
73
- it 'includes Enabled: true for every cop' do
74
- expect(cop_configuration('Enabled')).to all(be(true).or(be(false)))
+ it 'includes a valid Enabled for every cop' do
+ expect(cop_configuration('Enabled'))
75
+ .to all be(true).or(be(false)).or(eq('pending'))
76
77
0 commit comments