OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/spec/fixtures/rates.yml

20 lines
330 B

cheap_five:
id: 1
valid_from: <%= 5.days.ago.to_s :db %>
rate: 5.0
type: CostRate
cost_type_id: 1
cheap_three:
id: 2
valid_from: <%= 3.days.ago.to_s :db %>
rate: 15.0
type: CostRate
cost_type_id: 1
cheap_one:
id: 3
valid_from: <%= 1.days.ago.to_s :db %>
rate: 50.0
type: CostRate
cost_type_id: 1