mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 16:45:38 +08:00

Tests fail in Ruby 3.0 and later due to separation of positional and keyword arguments. RSpec treats the hash at the end of include_examples as keyword arguments when it should be passed as a positional argument.