Skip to content

Instantly share code, notes, and snippets.

@stevenbarragan
Last active April 22, 2020 18:42
Show Gist options
  • Select an option

  • Save stevenbarragan/fae2808dd4780c4a30b8 to your computer and use it in GitHub Desktop.

Select an option

Save stevenbarragan/fae2808dd4780c4a30b8 to your computer and use it in GitHub Desktop.

Revisions

  1. stevenbarragan revised this gist Sep 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion stack_api_test.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@ Welcome to StackTest!

    ### Task
    * Build a RESTFUL API for Quote model
    * Validate presence and not blank of text
    * Validate presence of text.
    * Test the API

    ### Requirements
  2. stevenbarragan revised this gist Feb 12, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion stack_api_test.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ Welcome to StackTest!
    * Tests are required.
    * Doesn't matter which test suite you use.
    * No scaffolding.
    * No rails generate. (if you need to use it, ask first).
    * No rails generate. (We want to see you coding, if you need to use it, ask first).
    * You can use any gem you want.
    * You can use any editor you want.
    * Anything not covered on this document, please ask!
  3. stevenbarragan revised this gist Feb 12, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion stack_api_test.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@ Welcome to StackTest!

    ### Task
    * Build a RESTFUL API for Quote model
    * Validate presence of text
    * Validate presence and not blank of text
    * Test the API

    ### Requirements
  4. stevenbarragan revised this gist Feb 12, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions stack_api_test.md
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,7 @@ Welcome to StackTest!
    * Tests are required.
    * Doesn't matter which test suite you use.
    * No scaffolding.
    * No rails generate. (if you need to use it, ask first).
    * You can use any gem you want.
    * You can use any editor you want.
    * Anything not covered on this document, please ask!
  5. stevenbarragan revised this gist Feb 11, 2015. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions stack_api_test.md
    Original file line number Diff line number Diff line change
    @@ -15,11 +15,11 @@ Welcome to StackTest!
    * 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.
    * Anything not cover on this document, please ask!
    * Tests are required.
    * Doesn't matter which test suite you use.
    * No scaffolding.
    * You can use any gem you want.
    * You can use any editor you want.
    * Anything not covered on this document, please ask!

    ##NOTE: No scaffold
    ##NOTE: No scaffolding
  6. stevenbarragan revised this gist Feb 11, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions stack_api_test.md
    Original file line number Diff line number Diff line change
    @@ -20,5 +20,6 @@ Welcome to StackTest!
    * No scaffold.
    * You could use any gem you want.
    * You could use any editor you want.
    * Anything not cover on this document, please ask!

    ##NOTE: No scaffold
  7. stevenbarragan renamed this gist Feb 11, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. stevenbarragan created this gist Feb 11, 2015.
    24 changes: 24 additions & 0 deletions stack_api_test
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    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