mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 16:48:26 -05: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.