We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58d51dd + bc92b54 commit eb41750Copy full SHA for eb41750
spec/acceptance/z_last_sqlserver_features_spec.rb
@@ -82,7 +82,7 @@ def ensure_sql_features(features, ensure_val = 'present')
82
end
83
84
context 'can remove independent feature' do
85
- if sql_version == '2016'
+ if sql_version.to_i >= 2016
86
all_possible_features = ['BC', 'Conn', 'SDK', 'IS', 'MDS', 'DQC']
87
features = ['BC', 'Conn', 'SDK', 'IS', 'MDS', 'DQC']
88
else
0 commit comments