Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-20 | Adds shoulda for rspec | Matthew Lemon | 1 | -0/+4 | |
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 | 1 | -0/+33 | |
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 | 1 | -0/+5 | |
2023-12-18 | Removed unneeded require | Matthew Lemon | 1 | -1/+0 | |
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. |