Skip to content

Instantly share code, notes, and snippets.

View cherta's full-sized avatar

Gabriel Chertok cherta

View GitHub Profile
@yocontra
yocontra / future-of-readmes.md
Last active May 24, 2017 20:54
what every github readme looks like for 2016

@alex-zige
alex-zige / gist:5795358
Last active June 8, 2023 07:49
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