modules.rb 166 Bytes Edit Raw Blame History 1 2 3 4 5 6 FactoryGirl.define do factory :module, class: KalibroClient::Entities::Processor::KalibroModule do name 'Qt-Calculator' granularity 'APPLICATION' end end