Last active
April 22, 2020 18:42
-
-
Save stevenbarragan/fae2808dd4780c4a30b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Welcome to StackTest! | |
| =================== | |
| ##Quotes api | |
| ###Model Quote | |
| * text type string | |
| ### Task | |
| * Build a RESTFUL API for Quote model | |
| * Validate presence of text | |
| * Test the API | |
| ### Requirements | |
| * Rails. | |
| * Doesn't matter which database. | |
| * html views are not necessary. | |
| * Test are required. | |
| * Don't matter which test suite you use. | |
| * No scaffold. | |
| * You could use any gem you want. | |
| * You could use any editor you want. | |
| ##NOTE: No scaffold |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment