mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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.