Sha256: d9515fb9d9e80e251f536a4379acdbf01b71afa3d5c29a39563172a9dbd59a54
Contents?: true
Size: 1.02 KB
Versions: 25
Compression:
Stored size: 1.02 KB
Contents
# This file is part of KalibroClient # Copyright (C) 2013 it's respectives authors (please see the AUTHORS file) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. FactoryGirl.define do factory :process_time, class: KalibroClient::Entities::Processor::ProcessTime do state "Ready" time "3600" end factory :analyzing_process_time, class: KalibroClient::Entities::Processor::ProcessTime do state "Analyzing" time "12345" end end
Version data entries
25 entries across 25 versions & 1 rubygems