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
Won't have time to do a pull request for this in a while, but I thought I share this information if someone else can do it whilst I can't.
Here is the code that needs changing, (I tested on another project I am working on), at least for the Postgres case. Changes still need to be made for the other databases setups.
Might be good to find a way to check whether version <6.4.0 or >=6.4.0, and trigger the right code to do the tests properly.
Won't have time to do a pull request for this in a while, but I thought I share this information if someone else can do it whilst I can't.
Here is the code that needs changing, (I tested on another project I am working on), at least for the Postgres case. Changes still need to be made for the other databases setups.
Might be good to find a way to check whether version <6.4.0 or >=6.4.0, and trigger the right code to do the tests properly.
So here we go:
docker-atlassian-confluence/spec/support/shared_examples/confluence_shared_example.rb
Lines 49 to 51 in 2cf7d9b
has to be replaced by:
And
docker-atlassian-confluence/spec/support/shared_examples/using_a_postgresql_database_shared_example.rb
Lines 2 to 8 in 2cf7d9b
has to be replaced by:
The text was updated successfully, but these errors were encountered: