Moved additional docs to tutorial section

This commit is contained in:
Per Ploug Krogslund
2013-08-07 13:36:22 +02:00
parent ec0e5107ea
commit aeedcae088
117 changed files with 11653 additions and 130 deletions

View File

@@ -72,6 +72,10 @@ describe('edit content controller tests', function () {
});
});
it('it should have a generic properties tab', function () {
expect(scope.genericPropertiesTab).toNotBe(undefined);
});
it('it should change updateDate on save', function () {
var currentUpdateDate = scope.content.updateDate;