summaryrefslogtreecommitdiffstats
path: root/test/functional/principal_memberships_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-22/+133
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-1/+12
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-8/+0
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-2/+2
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-0/+209