History for dmpopidor / test / functional / templates_controller_test.rb
2017-05-16
@briley
updated template processing so that a new version is created when the user edits a published version. Updated tests to work with this new paradigm
briley committed on 16 May 2017
2017-04-27
@Brian Riley
removed debug lines from template test
Brian Riley committed on 27 Apr 2017
@Brian Riley
fixed issue with template test
Brian Riley committed on 27 Apr 2017
2017-04-26
@Brian Riley
moved some of the logic that was defaulting template attributes in the controller over to the model. Fixed tests DMPRoadmap/roadmap#251 DMPRoadmap/roadmap#273
Brian Riley committed on 26 Apr 2017
2017-04-24
@Brian Riley
fixed pages so that they work with new controller logic DMPRoadmap/roadmap#251
Brian Riley committed on 24 Apr 2017
@Brian Riley
updated tests to work with new template logic DMPRoadmap/roadmap#251
Brian Riley committed on 24 Apr 2017
2017-04-21
@Brian Riley
Updated tests to work with updated controller
Brian Riley committed on 21 Apr 2017
2017-04-11
@briley
Updated test so that it does not provide a version or org so that we match what the form is doing DMPRoadmap/roadmap#191
briley committed on 11 Apr 2017
2017-04-07
@Brian Riley
broken generic error message handler apart into separate create/update/destroy versions. updated calls within the controllers and fixed tests DMPRoadmap/roadmap#227
Brian Riley committed on 7 Apr 2017
2017-04-04
@briley
added checks to make sure records are actually created/updated/deleted
briley committed on 4 Apr 2017
2017-03-30
@briley
added hack to override the application controller's current_user since its nil in the controller and causing policy check to fail in Travis
briley committed on 30 Mar 2017
@briley
removed 'first' invocation from @template in controller tests
briley committed on 30 Mar 2017
@briley
template being used to create user on template,phase,section,question and guidance_group controller tests did not match the scaffolded template
briley committed on 30 Mar 2017
@briley
added require statement for test_helper into all functional tests
briley committed on 30 Mar 2017
2017-03-29
@briley
added tests for guidance_group controller and added method to test helper to get org admin DMPRoadmap/roadmap#212
briley committed on 29 Mar 2017
@briley
added initial tests for guidance_groups_controller
briley committed on 29 Mar 2017
@briley
updated phases and templates tests to work with updated error messaging
briley committed on 29 Mar 2017
2017-03-28
@briley
added generic 'Unable to save your changes' message for template create/update failures
briley committed on 28 Mar 2017
@briley
finished tests for invalid objects and added notes to have us add proper error messaging later on
briley committed on 28 Mar 2017
@briley
added tests for saving and creating invalid templates
briley committed on 28 Mar 2017
@briley
updated seeds to use managing institution abbreviation instead of hard-coded 'CC'. Added basic functional tests for templates controller with small adjustments to check for nils in view and controller
briley committed on 28 Mar 2017