Skip to content

Instantly share code, notes, and snippets.

@mint-rishabh
mint-rishabh / gist:391ac3093c845cfcdec9e35a2b67702a
Created January 13, 2019 06:32 — forked from alex-zige/gist:5795358
Rails Rspec API Testing Notes

Rails Rspec APIs Testing Notes

Folders Structure

  spec
  |--- apis #do not put into controllers folder. 
        |--- your_api_test_spec.rb  
  |--- controllers
  |--- models
  |--- factories
 |--- views