diff options
| author | Luc Donnet | 2017-09-04 11:09:23 +0200 |
|---|---|---|
| committer | Luc Donnet | 2017-09-04 11:09:23 +0200 |
| commit | dd3ec3c6090b05a0a910b278f51ff7b5d8a92f02 (patch) | |
| tree | 270e2e70a36989e9c7da8b3b56bd2391ca070afa /spec/models/import_spec.rb | |
| parent | ed64dc517bca5f775631d999aa2e60f78d4dae30 (diff) | |
| download | chouette-core-dd3ec3c6090b05a0a910b278f51ff7b5d8a92f02.tar.bz2 | |
Update workbench_import, netex_import and import_resources views Refs #4256 #4257 #4258
Diffstat (limited to 'spec/models/import_spec.rb')
| -rw-r--r-- | spec/models/import_spec.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/models/import_spec.rb b/spec/models/import_spec.rb index 03a2db921..477d269e0 100644 --- a/spec/models/import_spec.rb +++ b/spec/models/import_spec.rb @@ -26,6 +26,13 @@ RSpec.describe Import, type: :model do ) end + # describe "#destroy" do + # it "must call #destroy on imports children and then import_messages, import_resources linked" do + # TODO + # + # end + # end + describe "#notify_parent" do it "must call #child_change on its parent" do allow(netex_import).to receive(:update) |
