You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename and restructure migration specs: when_appending_event_with_registered_migration
Replace when_appending_event_with_migrations/ with the correctly named
when_appending_event_with_registered_migration/ folder. The old spec files
used names like 'with_a_registered_migration_when_appending_a_generation_1_event'
which violated the rule of embedding 'when' inside a preposition-prefixed name.
New flat structure — the 'registered migration' context is baked into the
when_ folder name; the three outcomes are flat files at the same level:
- and_event_is_generation_1
- and_event_is_generation_2
- and_event_has_default_value
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/ContractSigned.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/ContractSignedMigrator.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/EmployeeRegistered.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/EmployeeRegisteredMigrator.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/PersonRegistered.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/PersonRegisteredMigrator.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/and_event_has_default_value.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/and_event_is_generation_1.cs
Copy file name to clipboardExpand all lines: Integration/DotNET.InProcess/for_EventSequence/when_appending_event_with_registered_migration/and_event_is_generation_2.cs
0 commit comments