mirror of
https://github.com/discourse/discourse.git
synced 2026-08-01 09:08:08 -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.