discourse/spec/services/flags
Loïc Guitaut 64605519da DEV: Fix flaky specs related to flag services
Creating or updating flags generates global side effects. Sometimes it
seems the state can leak from the flag specs.

This is probably related to the use of `fab!`. This patch replaces those
calls with standard `let`s. While the overall performances of these
tests will be a little less good, their state should not leak anymore.
2024-10-18 17:47:09 +02:00
..
create_flag_spec.rb DEV: Refactor flag related services a bit 2024-10-18 10:10:28 +02:00
destroy_flag_spec.rb DEV: Fix flaky specs related to flag services 2024-10-18 17:47:09 +02:00
reorder_flag_spec.rb DEV: Refactor flag related services a bit 2024-10-18 10:10:28 +02:00
toggle_flag_spec.rb DEV: Fix flaky specs related to flag services 2024-10-18 17:47:09 +02:00
update_flag_spec.rb DEV: Fix flaky specs related to flag services 2024-10-18 17:47:09 +02:00