Created
May 6, 2023 06:44
-
-
Save Enigo/77a0adca665f95729e51d9f800b0cf51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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