FactoryBot là gì? Khác gì...
FactoryBot là gì? Khác gì...
FactoryBot là gem tạo dữ liệu giả cho test, linh hoạt hơn fixture.
FactoryBot example:
FactoryBot.define do
factory :user do
name { "Test" }
email { "test@example.com" }
...
senior