| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Added user login in setup to simulate admin access for tests. Ensured unique category names in creation tests to prevent conflicts. Updated category fixture data to reflect more distinct values.
|
| |
|
|
|
|
| |
This update includes an `is_admin` attribute for the `one` and `two` user fixtures in the test data. It ensures tests can account for admin-specific functionality.
|
|
|
|
|
|
| |
Fixes bug with passing the password
Replaced nested session hash with direct email and password params in test setup, aligning with the updated `SessionsController`. This ensures consistency between test code and actual implementation.
|
| |
|
| |
|
| |
|
| |
|
|
|