inspired by https://www.intercom.com/
tried to add a floating chat button for support
A Pen by neil kalman on CodePen.
| 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 |