rename ref_formulaire into formulaire
This commit is contained in:
parent
a807ba5ae9
commit
c78a4f655b
15 changed files with 69 additions and 63 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue