Skip to content

Instantly share code, notes, and snippets.

View saurabhthareja90's full-sized avatar
💭
I may be slow to respond.

saurabh thareja saurabhthareja90

💭
I may be slow to respond.
View GitHub Profile
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