Skip to content

Instantly share code, notes, and snippets.

@saurabhthareja90
Created October 10, 2019 00:41
Show Gist options
  • Select an option

  • Save saurabhthareja90/1b368fb8802e03a5fcc5cfee33b92f1e to your computer and use it in GitHub Desktop.

Select an option

Save saurabhthareja90/1b368fb8802e03a5fcc5cfee33b92f1e to your computer and use it in GitHub Desktop.
describe docker_image('alpine:latest') do
it { should exist }
its('image') { should eq 'alpine:latest' }
its('repo') { should eq 'alpine' }
its('tag') { should eq 'latest' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment