Skip to content

Instantly share code, notes, and snippets.

View thdaraujo's full-sized avatar
🤠
coding

Thiago Araujo thdaraujo

🤠
coding
View GitHub Profile
@thdaraujo
thdaraujo / faker_factory_bot_test.rb
Created July 18, 2024 01:22
Test Faker against Rails and FactoryBot
# frozen_string_literal: true
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.4'