Chef Inspec Sql_Session

Hi,

I did tried to get the MSsql server configuration Inspec. Am getting error as i use below control

describe sql.query("Exec Sp_Configure 'Ad Hoc Distributed Queries' as result").row(0).column('config_value') do
its('value') { should cmp > '0' }
end

It's throwing error like

SQL Column
[FAIL] value should cmp > "0"

 expected it to be > "0"
      got: ""

 (compared using `cmp` matcher)