Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-20 | Adds shoulda for rspec | Matthew Lemon | 2 | -0/+11 | |
2023-12-20 | Removes variable that isn't required | Matthew Lemon | 1 | -1/+1 | |
2023-12-20 | Created new Operation model and fixed Event associations with it | Matthew Lemon | 9 | -0/+305 | |
2023-12-20 | Event scaffold tests now passing | Matthew Lemon | 1 | -3/+3 | |
2023-12-20 | Properly configures factory_bot and adds Faker | Matthew Lemon | 4 | -6/+12 | |
2023-12-20 | Adds factory_bot to rspec testing suite | Matthew Lemon | 2 | -1/+12 | |
2023-12-20 | Fixed the first request spec for events | Matthew Lemon | 1 | -5/+4 | |
2023-12-20 | Adds valid test to org model spec | Matthew Lemon | 1 | -0/+5 | |
2023-12-20 | Refactors existing organisation model spec | Matthew Lemon | 1 | -5/+7 | |
2023-12-20 | Refactors existing model spec | Matthew Lemon | 1 | -20/+19 | |
2023-12-18 | Starts adding tests for organisation | Matthew Lemon | 1 | -1/+12 | |
2023-12-18 | wip: stuck on notnull error... | Matthew Lemon | 8 | -0/+267 | |
2023-12-18 | Removed unneeded require | Matthew Lemon | 1 | -1/+0 | |
2023-12-18 | Got basic index controller test going | Matthew Lemon | 1 | -1/+1 | |
2023-12-18 | wip: How to add a hash of valid attributes | Matthew Lemon | 1 | -1/+3 | |
I need this for the controller rpsec tests.... | |||||
2023-12-18 | Adds some specs for testing events | Matthew Lemon | 1 | -0/+32 | |
Adds a method to Event to check its membership of a month in a particular year. |