summaryrefslogtreecommitdiffstats
path: root/test/functional/auto_completes_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-09-11 23:31:48 +0000
committerGo MAEDA <maeda@farend.jp>2019-09-11 23:31:48 +0000
commit4336da5533396e663dfe88b518ab06bf9478fda2 (patch)
treee43fadf1b14aa40037e8e818b804924d7cfd8979 /test/functional/auto_completes_controller_test.rb
parente54f1b23ec996eb39bc57ed3930eec988770a2a2 (diff)
downloadredmine-4336da5533396e663dfe88b518ab06bf9478fda2.tar.gz
redmine-4336da5533396e663dfe88b518ab06bf9478fda2.zip
Fix the test name different from the actual behavior (#31994).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18452 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/auto_completes_controller_test.rb')
-rw-r--r--test/functional/auto_completes_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/auto_completes_controller_test.rb b/test/functional/auto_completes_controller_test.rb
index 825ebf8e9..f8ed441da 100644
--- a/test/functional/auto_completes_controller_test.rb
+++ b/test/functional/auto_completes_controller_test.rb
@@ -151,7 +151,7 @@ class AutoCompletesControllerTest < Redmine::ControllerTest
assert_include 'application/json', response.headers['Content-Type']
end
- def test_auto_complete_without_term_should_return_last_10_updated_issues
+ def test_auto_complete_without_term_should_return_last_10_issues
# There are 9 issues generated by fixtures
# and we need two more to test the 10 limit
%w(1..2).each do