diff options
Diffstat (limited to 'spec/factories.rb')
| -rw-r--r-- | spec/factories.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/factories.rb b/spec/factories.rb index 205f020bb..2599645d3 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -70,10 +70,6 @@ FactoryGirl.define do f.referential { Referential.find_by_slug("first") } end - factory :file_validation_log_message do |f| - f.association :file_validation - f.sequence(:key) { "key_#{n}" } - end - + factory :time_table_combination end |
