Created
October 10, 2019 00:41
-
-
Save saurabhthareja90/1b368fb8802e03a5fcc5cfee33b92f1e 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
| 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