process_time_fixtures.rb 183 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 class ProcessTimeFixtures def self.process_time Kalibro::ProcessTime.new process_time_hash end def self.process_time_hash {:state => "Ready", :time => "1"} end end