aboutsummaryrefslogtreecommitdiffstats
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds shoulda for rspecMatthew Lemon2023-12-202-0/+11
|
* Removes variable that isn't requiredMatthew Lemon2023-12-201-1/+1
|
* Created new Operation model and fixed Event associations with itMatthew Lemon2023-12-209-0/+305
|
* Event scaffold tests now passingMatthew Lemon2023-12-201-3/+3
|
* Properly configures factory_bot and adds FakerMatthew Lemon2023-12-204-6/+12
|
* Adds factory_bot to rspec testing suiteMatthew Lemon2023-12-202-1/+12
|
* Fixed the first request spec for eventsMatthew Lemon2023-12-201-5/+4
|
* Adds valid test to org model specMatthew Lemon2023-12-201-0/+5
|
* Refactors existing organisation model specMatthew Lemon2023-12-201-5/+7
|
* Refactors existing model specMatthew Lemon2023-12-201-20/+19
|
* Starts adding tests for organisationMatthew Lemon2023-12-181-1/+12
|
* wip: stuck on notnull error...Matthew Lemon2023-12-188-0/+267
|
* Removed unneeded requireMatthew Lemon2023-12-181-1/+0
|
* Got basic index controller test goingMatthew Lemon2023-12-181-1/+1
|
* wip: How to add a hash of valid attributesMatthew Lemon2023-12-181-1/+3
| | | | I need this for the controller rpsec tests....
* Adds some specs for testing eventsMatthew Lemon2023-12-181-0/+32
| | | | | Adds a method to Event to check its membership of a month in a particular year.
* InitialMatthew Lemon2023-12-1710-0/+436