Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created May 6, 2023 06:44
Show Gist options
  • Save Enigo/77a0adca665f95729e51d9f800b0cf51 to your computer and use it in GitHub Desktop.
Save Enigo/77a0adca665f95729e51d9f800b0cf51 to your computer and use it in GitHub Desktop.
require 'serverspec'
set :backend, :exec
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