Skip to content

Docker compose version is not recognized correctly and acceptance tests for compose v2 are disabled #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sigsegv11 opened this issue Feb 13, 2018 · 0 comments · Fixed by #157
Milestone

Comments

@sigsegv11
Copy link
Contributor

I noticed a strange error:

Could not evaluate: Unsupported docker compose file syntax version "2"!

Diving a little deeper i found the issue, a bad regex

Then I wondered why it passed acceptance testing and turns out they were not run because of bad naming they should be named compose_v2_spec.rb instead of compose_spec_v2.rb

Fixing the test naming makes the issue show up in the testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants