You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I noticed a strange error:
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.
The text was updated successfully, but these errors were encountered: