| 2017-03-30 |
fixed issue with missing attributes in registrations controller. added some debug line for travis issues
briley
committed
on 30 Mar 2017
|
|---|---|
|
removed travis debug line. For some reason phases controller test is calling find_org_admin twice
briley
committed
on 30 Mar 2017
|
|
|
added debug line for travis failure testing
briley
committed
on 30 Mar 2017
|
|
|
switched I18n.locale to FastGettext
briley
committed
on 30 Mar 2017
|
|
|
added language and first/last name to test_helper that creates an org admin. fails on travis for some reason
briley
committed
on 30 Mar 2017
|
|
| 2017-03-29 |
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
|
| 2017-03-24 |
added logic to db/seeds.rb to always create a default org for the one defined in config/branding.yml. This is the managing org
briley
committed
on 24 Mar 2017
|
| 2017-03-21 |
fixes to some of the functional tests to use FastGettext instead of I18n
briley
committed
on 21 Mar 2017
|
| 2017-02-28 |
fixed merge conflicts in schema.rb and test_helper.rb
briley
committed
on 28 Feb 2017
|
| 2017-02-07 |
Updated projects_helper by renaming 'project_list_column_body' to 'plan_list_column_body'. updated references to that code block. moved hard-coded 'Unknown' to locale files. Added tests for projects_helper
briley
committed
on 7 Feb 2017
|
| 2017-02-06 |
corrected test for title check of the 'my plans' page
briley
committed
on 6 Feb 2017
|
| 2017-02-04 |
added answers_controller tests
Brian Riley
committed
on 4 Feb 2017
|
| 2017-02-03 |
fixed issue with static_pages_controller_test
Brian Riley
committed
on 3 Feb 2017
|
|
updated test_helper to use model_name.human.pluralize.titleize instead of calling out to I18n
Brian Riley
committed
on 3 Feb 2017
|
|
|
updated generic deep copy test to check for uniqueness of excluded attributes (e.g. id, slug, dates, etc.). Fixed typo in Question.deep_copy. Added calls to deep_copy test for template, phase and section
Brian Riley
committed
on 3 Feb 2017
|
|
|
removed old references to the Amoeba gem which was used to clone models. Fixed typo in Question.deep_copy. Added generic test for deep_copy methods.
Brian Riley
committed
on 3 Feb 2017
|
|
| 2017-02-02 |
added suggested_answer unit tests and started on template unit tests
briley
committed
on 2 Feb 2017
|
| 2017-01-31 |
added initial unit test for plans. will hold off on finishing
briley
committed
on 31 Jan 2017
|
|
fixed language tests
briley
committed
on 31 Jan 2017
|
|
|
Added a managing org and funder scope to Org. Updated methods on Guidance and guidanceTest to work with new schema. Added guidance and guidance_group tests
briley
committed
on 31 Jan 2017
|
|
|
unit tests for notes and answers. addded new validator to check whether the question's template matches the plans template
briley
committed
on 31 Jan 2017
|
|
| 2017-01-30 |
removed old test fixtures and replaced with seeds.rb data. no point in maintaining both
briley
committed
on 30 Jan 2017
|
| 2017-01-27 |
started reworking answer unit test
Brian Riley
committed
on 27 Jan 2017
|
|
replaced use of fixtures with db/seeds.rb. no point in maintaining both
Brian Riley
committed
on 27 Jan 2017
|
|
| 2017-01-10 |
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
briley
committed
on 10 Jan 2017
|
| 2016-12-20 |
attempted to add some unit tests for Answers but the data will be changing so much that it did not make sense to continue at this point. Created tests for Language
briley
committed
on 20 Dec 2016
|
| 2016-12-14 |
finished up application controller tests
briley
committed
on 14 Dec 2016
|
| 2016-12-12 |
Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names
briley
committed
on 12 Dec 2016
|
| 2016-12-08 |
added simplecov gem for testing to provide us with a test coverage report. Added a test for application_helper.rb. Removed tab characters from application_helper.rb and added some lines to help with readability
briley
committed
on 8 Dec 2016
|
| 2016-11-16 |
fixed authentication integration test. updated test_helper to compensate for Devise sometimes having an intermediate redirect
briley
committed
on 16 Nov 2016
|