Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created May 4, 2023 14:22
Show Gist options
  • Save Enigo/4563294854f7baaad8534a05fc95b11e to your computer and use it in GitHub Desktop.
Save Enigo/4563294854f7baaad8534a05fc95b11e to your computer and use it in GitHub Desktop.
require 'serverspec'
require_relative '../serverspec_config'
describe command('lsb_release -a') do
its(:stdout){ should contain 'Ubuntu' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment