Skip to content

Instantly share code, notes, and snippets.

View Penitent0's full-sized avatar
😎

Ken Lenhart Penitent0

😎
View GitHub Profile
@jfangonilo
jfangonilo / factorybot_faker_demo.md
Last active November 16, 2023 04:28
FactoryBot/Faker Demo

FactoryBot/Faker Demo

For Turing BE Mod2 - MiniShop

https://github.com/turingschool-examples/mini_shop

Are you sick of writing fake data for tests? If you are, then your test files probably look something like this. This is what your index spec probably looks like for a project like MiniShop. You create 3 merchants and 3 items for each merchant and make sure those items show up on your index page...

#index_spec.rb
require "rails_helper"