aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/clean_ups.rb
blob: 41165ac16fa73b92c44c57f2f7d84cbea2e29041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FactoryGirl.define do
  factory :clean_up do
    status "MyString"
started_at "2016-11-14 14:45:18"
ended_at "2016-11-14 14:45:18"
referential nil
keep_lines false
keep_stops false
keep_companies false
keep_networks false
keep_group_of_lines false
expected_date "2016-11-14 14:45:18"
  end

end