rails/railties/test/application/rake
eileencodes e0ad907ade Add test to properly test down with a block
down is only called with a block from the rake tasks where it passes a
`SCOPE`. Technically this was tested but since we don't run all the
migrations we're not actually testing the down works with a `SCOPE`. To
ensure we're testing both we can run `db:migrate` again to migrate users
and then run `down` with a scope to test that only the bukkits migration
is reverted.

Updates test to prevent having to fix regressions like we did in
4d4db4c.
2018-01-18 13:09:15 -05:00
..
dbs_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
dev_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
framework_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
log_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
migrations_test.rb Add test to properly test down with a block 2018-01-18 13:09:15 -05:00
notes_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
restart_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
tmp_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30