Commit Graph

9 Commits

Author SHA1 Message Date
bucky 1e61a76ded added 2 more tests for empty and missing url data posting to links 2023-10-12 14:27:02 -07:00
bucky 5ee9351362 added db initialization to make sure the db exists and is up to date
before tests
2023-10-12 11:42:14 -07:00
bucky 2964e06639 added before and after actions
+ before initializes the db
+ after cleans the db
2023-10-12 11:40:15 -07:00
bucky d1a0fc0222 change request to use the /links path, to fit more into a RESTful API
format

+ also renamed the test to better describe the behavior
2023-10-12 11:32:00 -07:00
bucky 3ae20255f6 DRY it out a little 2023-10-11 19:21:21 -07:00
bucky f69c53bf29 removed unnecessary variable 2023-10-11 19:20:07 -07:00
bucky 7d6c098047 added more to the spec test for creating a new link 2023-10-11 19:18:47 -07:00
bucky 0dec27a01c added rspec step in tests stage, adjusted should clause 2023-10-11 11:04:08 -07:00
bucky c45cf6ab51 started building out rspec specs for API functionality 2023-10-11 11:01:46 -07:00