When using FactoryBot for generating random data in my RSpec tests for my Rails app, I had to keep prefixing my call to create with FactoryBot. This caused my specs to look a bit cluttered. trace = FactoryBot.create :trace parent = FactoryBot.create :trace_field,