1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/tasks
Alex Ghiculescu 16ed32e0cd Actually run a pg_dump in the Postgres test suite
https://github.com/rails/rails/pull/44028 came about because all the current Postgres tests just mock the `pg_dump` call made when you dump a DB structure.

By actaully running a dump at least once, we can test against a real database and ensure that all arguments are correctly handled. This PR implements that.
2022-01-04 12:05:51 -06:00
..
database_tasks_test.rb Remove deprecated methods in `Tasks::DatabaseTasks 2021-11-19 21:43:21 +00:00
mysql_rake_test.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
postgresql_rake_test.rb Actually run a pg_dump in the Postgres test suite 2022-01-04 12:05:51 -06:00
sqlite_rake_test.rb Make DatabaseTasks adapters use DatabaseConfig objects 2019-09-25 13:52:14 -04:00