Merge branch 'ja-allow-importing-without-history'

This commit is contained in:
James Allen
2017-12-19 15:06:17 +00:00
12 changed files with 229 additions and 139 deletions
@@ -59,7 +59,7 @@ describe "ProjectStructureChanges", ->
@dup_project_id = body.project_id
done()
it "should version the dosc created", ->
it "should version the docs created", ->
updates = MockDocUpdaterApi.getProjectStructureUpdates(@dup_project_id).docUpdates
expect(updates.length).to.equal(2)
_.each updates, (update) =>