rename ref_formulaire into formulaire

This commit is contained in:
Tanguy PATTE 2015-08-14 14:05:09 +02:00
parent a807ba5ae9
commit c78a4f655b
15 changed files with 69 additions and 63 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 types_piece_jointe]}
DatabaseCleaner.strategy = :truncation, {:except => %w[evenement_vies formulaires types_piece_jointe]}
if !(defined? SIADETOKEN)