diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/models/import_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/models/import_spec.rb b/spec/models/import_spec.rb index 6d3d23830..54bd59e3e 100644 --- a/spec/models/import_spec.rb +++ b/spec/models/import_spec.rb @@ -152,5 +152,11 @@ RSpec.describe Import, :type => :model do end end + describe "#update_status" do + it "updates :ended_at to now when status is finished" do + pending "Redo the `#update_status` code to make it easier to write this." + end + end + # TODO: specs for #update_referential end |
