rename ref piece jointe into type piece jointe

This commit is contained in:
Tanguy PATTE 2015-08-14 12:06:26 +02:00
parent b9b17e2b0c
commit a807ba5ae9
18 changed files with 961 additions and 940 deletions

View file

@ -45,7 +45,7 @@ Dir[Rails.root.join("spec/factories/**/*.rb")].each { |f| require f }
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
DatabaseCleaner.strategy = :truncation, {:except => %w[evenement_vies ref_formulaires ref_pieces_jointes]}
DatabaseCleaner.strategy = :truncation, {:except => %w[evenement_vies ref_formulaires types_piece_jointe]}
if !(defined? SIADETOKEN)