summaryrefslogtreecommitdiffstats
path: root/test/integration/account_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
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-281-0/+55
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-37/+101
* Fix integration tests for r16287 (#24416).Jean-Philippe Lang2017-01-291-0/+3
* Adds a test for #23346.Jean-Philippe Lang2016-08-311-0/+15
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-211-7/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-28/+40
* Fixed test error (#19851).Jean-Philippe Lang2015-06-201-1/+2
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-101-0/+34
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-211-13/+13
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-301-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-4/+4
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+1
* remove garbage comment from test/integration/account_test.rbToshi MARUYAMA2014-03-151-1/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-0/+29
* gender neutral source comment at test/integration/account_test.rbToshi MARUYAMA2013-07-061-1/+1
* remove trailing white-space from test/integration/account_test.rbToshi MARUYAMA2013-07-051-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-0/+45
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-211-1/+1
* code layout cleanup test/integration/account_test.rbToshi MARUYAMA2013-03-201-11/+23
* Fixed that autologin cookie is not deleted when using custom cookie name (#13...Jean-Philippe Lang2013-03-021-0/+5
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-021-0/+22
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-6/+6
* Removed assertion that is susceptible to fail if test runs slowly.Jean-Philippe Lang2012-07-161-2/+0
* Code cleanup.Jean-Philippe Lang2012-07-071-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds a message for when assertion fails.Jean-Philippe Lang2012-04-271-1/+2
* Moved tests about session reset to functional tests.Jean-Philippe Lang2012-02-261-18/+0
* Removed mocha availability checks in tests.Jean-Philippe Lang2012-02-051-6/+0
* Fixed registration form broken by r8479.Jean-Philippe Lang2012-02-051-6/+6
* Fixed tests with the valid login url.Jean-Philippe Lang2011-12-101-2/+2
* remove trailing white-spaces from test/integration/account_test.rb.Toshi MARUYAMA2011-08-271-44/+44
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-4/+4
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-261-2/+2
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+1
* Reset session on login/logout (#4248).Jean-Philippe Lang2009-11-211-0/+18
* Test failure (#3041).Jean-Philippe Lang2009-03-281-1/+1
* Fixes that user's last_login_on was not set when using registration with auto...Jean-Philippe Lang2009-03-151-1/+4
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-251-0/+32