backtrace_fabricator.rb 194 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 Fabricator :backtrace do lines(count: 99) do { number: rand(999), file: "/path/to/file/#{SecureRandom.hex(4)}.rb", method: ActiveSupport.methods.sample } end end