Skip to content

Instantly share code, notes, and snippets.

View helabed's full-sized avatar

hani elabed helabed

  • Elabed Enterprises, LLC
  • Verona, Wisconsin, USA
  • X @rubyweb
View GitHub Profile

Rails Rspec APIs Testing Notes

Folders Structure

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