You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract public file to maintain test schema so RSpec can use as well
Since `load_schema` is private API, we don't want it to be explicitly
called by RSpec.
This feature can be used by RSpec by exposing it in
`rails/testing/maintain_test_schema` so they don't need to reimplement
the same thing.
0 commit comments