Skip to content

Commit

Permalink
TESTS - Use docker compose instead of docker-compose II
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Apr 1, 2024
1 parent 47cbc56 commit 24e4a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/shellspec/shellspec_spec/backstopjs___spec.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Describe 'BackstopJS' backstopjs

It 'is installed and can be run'
When run command docker-compose exec -T backstopjs backstop
When run command docker compose exec -T backstopjs backstop
The status should be success
The output should include "Welcome to BackstopJS"
End
Expand Down

0 comments on commit 24e4a5e

Please sign in to comment.