summaryrefslogtreecommitdiffstats
path: root/test/functional/enumerations_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of EnumerationsControllerTestToshi MARUYAMA2020-11-221-40/+46
* Test for r19588 (#33085).Go MAEDA2020-03-201-0/+15
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Create fixture correctly.Jean-Philippe Lang2018-09-151-2/+2
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-0/+29
* Adds a test for #26564.Jean-Philippe Lang2017-07-301-0/+12
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-12/+52
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-7/+5
* 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 some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-201-3/+3
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that submitting the form without selecting a value may raise raises an ...Jean-Philippe Lang2013-05-171-0/+7
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-2/+8
* Fixed that enumerations option tags are escaped.Jean-Philippe Lang2012-05-131-0/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: :order option has no effect here because of the default_scope on Enum...Jean-Philippe Lang2012-03-041-2/+2
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+10
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-5/+14
* Adds functional tests for EnumerationsController.Jean-Philippe Lang2011-11-291-7/+47
* Removed EnumerationsController#list action.Jean-Philippe Lang2011-11-281-1/+1
* remove trailing white-spaces from test/functional/enumerations_controller_tes...Toshi MARUYAMA2011-08-241-7/+7
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Adds some functional tests.Jean-Philippe Lang2009-03-011-0/+61