Sha256: 18a8cdae8e683a92ef821295baa62d0b47abc78c0828540ac8daff80e7149773
Contents?: true
Size: 255 Bytes
Versions: 71
Compression:
Stored size: 255 Bytes
Contents
FactoryGirl.define do factory :flyboy_folder, class: ::Dorsale::Flyboy::Folder do name { "I-am-a-folder_#{Kernel.rand(0..9999)}" } description { "I-am-the-folder-description_#{Kernel.rand(0..9999)}" } status { "open" } end end
Version data entries
71 entries across 71 versions & 1 rubygems