Class: ExampleAppSchemaEditTest
- Inherits:
-
ExampleAppIntegrationTestCase
- Object
- ActionDispatch::IntegrationTest
- ExampleAppIntegrationTestCase
- ExampleAppSchemaEditTest
- Defined in:
- lib/installer_templates/example_app_tests/test/integration/example_app_schema_edit_test.rb
Overview
The dev-only schema-change GUI (InlineForms::SchemaController), mounted only in the example app. Non-destructive coverage: the new form renders and a preview of a brand-new scalar field on Apartment renders with no schema change. Apply (the actual generator run) is covered by the engine dummy suite (recording executor) and inline_forms_addto_generator_test, so this test does not mutate the generated app during the shared gate.