Skip to content

[Rspec] Failed test / array order

jjf21 requested to merge fix/rspec-error into master

1) User#add_organisation when organisation is associated with many organisations is expected not to change `User#organisation_ids` Failure/Error: it { expect { subject }.not_to change(user, :organisation_ids) } expected `User#organisation_ids` not to have changed, but did change from [67, 68] to [68, 67] # ./spec/models/user_spec.rb:64:in `block (5 levels) in <main>'

https://stackoverflow.com/a/19436763

Merge request reports