dmpopidor / test /
@briley briley authored on 24 Jan 2017
..
api Merging master (#20) 9 years ago
assets tidied up new tests and fixtures. Commented out old tests that were failing. Updated relationship between TokenPermissionType and Organisation so that token_permission_type.organisations works 9 years ago
fixtures Added a few 'TODO:' statements indicating some methods we should remove. (Do a "grep -r 'TODO:' ./app"). Added some template and comments unit tests 9 years ago
functional switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text 9 years ago
helpers finished application_helper tests 9 years ago
integration fixed authentication integration test. updated test_helper to compensate for Devise sometimes having an intermediate redirect 9 years ago
performance Merging master (#20) 9 years ago
unit cleaned up tests 9 years ago
configuration_test.rb Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names 9 years ago
routing_test.rb finsihed adding visibility to project details page as radio button options. Updated public DMPs page to work with new visibility and moved it to the static pages controller since it falls outside of normal security. Updated all locale files accordingly 9 years ago
test_helper.rb 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. 9 years ago