File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
railties/test/application Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1911,8 +1911,6 @@ def index
1911
1911
end
1912
1912
1913
1913
test "config.active_record.dump_schema_after_migration is false on production" do
1914
- build_app
1915
-
1916
1914
app "production"
1917
1915
1918
1916
assert_not ActiveRecord . dump_schema_after_migration
@@ -3032,14 +3030,12 @@ class ::DummySerializer < ActiveJob::Serializers::ObjectSerializer; end
3032
3030
end
3033
3031
3034
3032
test "config.active_job.verbose_enqueue_logs defaults to true in development" do
3035
- build_app
3036
3033
app "development"
3037
3034
3038
3035
assert ActiveJob . verbose_enqueue_logs
3039
3036
end
3040
3037
3041
3038
test "config.active_job.verbose_enqueue_logs defaults to false in production" do
3042
- build_app
3043
3039
app "production"
3044
3040
3045
3041
assert_not ActiveJob . verbose_enqueue_logs
You can’t perform that action at this time.
0 commit comments