Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test for schema order of non-public-schema views
Upcoming changes like [topological sorting][1] have the potential to write views to `db/schema.rb` in an order that does not respect dependencies. This adds a test to ensure that views in all schemas are both included, and in the correct dependency order. [1]: #398
- Loading branch information