hensei-api/spec/requests
Justin Edmund 872b6fdb59 add crew specs and fix error handling
- add transactional fixtures to rails_helper for test isolation
- restructure crew errors to CrewErrors module for Zeitwerk
- add rescue_from for CrewErrors::CrewError in api_controller
- add model specs for Crew and CrewMembership (34 examples)
- add controller specs for crews and memberships (28 examples)
- add crew-related specs to User model (22 examples)
- add factories for crews and crew_memberships
2025-12-03 22:51:34 -08:00
..
artifact_skills_controller_spec.rb add artifact specs and factories 2025-12-03 12:58:49 -08:00
artifacts_controller_spec.rb add artifact specs and factories 2025-12-03 12:58:49 -08:00
collection_artifacts_controller_spec.rb add artifact specs and factories 2025-12-03 12:58:49 -08:00
collection_characters_controller_spec.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_controller_spec.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_job_accessories_controller_spec.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_summons_controller_spec.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_weapons_controller_spec.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
crew_memberships_controller_spec.rb add crew specs and fix error handling 2025-12-03 22:51:34 -08:00
crews_controller_spec.rb add crew specs and fix error handling 2025-12-03 22:51:34 -08:00
drag_drop_api_spec.rb
drag_drop_endpoints_spec.rb
grid_characters_controller_spec.rb Update test suite for grid_ prefix on non-GET endpoints 2025-09-19 23:50:14 -07:00
grid_summons_controller_spec.rb Update test suite for grid_ prefix on non-GET endpoints 2025-09-19 23:50:14 -07:00
grid_weapons_controller_spec.rb Update test suite for grid_ prefix on non-GET endpoints 2025-09-19 23:50:14 -07:00
import_controller_spec.rb
job_skills_spec.rb
parties_controller_spec.rb