aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/import_spec.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-08-01 20:56:55 +0200
committerTeddy Wing2017-08-01 20:56:55 +0200
commit3dd23ffba6d0ffcc77d010a489e7582532db96e3 (patch)
tree34118addb8157f433390fc0dee560f4f90a9a84d /spec/models/import_spec.rb
parente6634a6ab5d05a164af8b971b6992f551ab679ef (diff)
downloadchouette-core-3dd23ffba6d0ffcc77d010a489e7582532db96e3.tar.bz2
Import spec: Get rid of thought process comments
I had apparently committed these comments from before I had written any tests and was thinking about what to test. Remove them. Refs #3509, #3511
Diffstat (limited to 'spec/models/import_spec.rb')
-rw-r--r--spec/models/import_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/import_spec.rb b/spec/models/import_spec.rb
index c97cfcaa2..e3fbe415c 100644
--- a/spec/models/import_spec.rb
+++ b/spec/models/import_spec.rb
@@ -80,8 +80,6 @@ RSpec.describe Import, :type => :model do
workbench_import.child_change(netex_import)
end
- # when status is failed, update status to failed
- # else when ready? update status to successful
end
describe "#ready?" do