Add consumable ui tests

This commit is contained in:
Marcus Moore
2024-12-12 16:41:46 -08:00
parent 4bd6c2171c
commit d763feb803
4 changed files with 215 additions and 1 deletions
@@ -50,7 +50,7 @@ class ConsumablesController extends Controller
{
$this->authorize('create', Consumable::class);
return view('consumables/edit')->with('category_type', 'consumable')
return view('consumables.edit')->with('category_type', 'consumable')
->with('item', new Consumable);
}