hensei-api/spec
Justin Edmund 02d189e18a Update test suite for grid_ prefix on non-GET endpoints
- Update all POST endpoints in tests from /api/v1/{weapons,characters,summons} to /api/v1/grid_{weapons,characters,summons}
- Update custom action endpoints (update_uncap, resolve, update_quick_summon) to use grid_ prefix
- Fix routes configuration to use :create instead of :post in resources definition
- Add custom DELETE routes that accept ID in request body

All 44 grid controller tests now pass with the new endpoint naming convention.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 23:50:14 -07:00
..
controllers/concerns Migrate to Query Builder (#179) 2025-02-12 23:43:02 -08:00
factories Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
fixtures Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
models Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
requests Update test suite for grid_ prefix on non-GET endpoints 2025-09-19 23:50:14 -07:00
services Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
support/matchers Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
rails_helper.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
spec_helper.rb Add first round of tests (#178) 2025-02-12 02:42:30 -08:00