Would anyone have an idea on why when I execute th...
# general
h
Would anyone have an idea on why when I execute that test, the first time it works, and when I immediately rerun it, it doesn't work?
Copy code
describe command('osqueryi --config_check') do
  its(:exit_status) { should eq 0 }
end
It looks like the state is different Does it change the state of
osqueryi
? Should I do something else to ensure the state will be fine?