summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-18 09:35:43 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-18 09:35:43 +0000
commit18463cad4d81266266cd72db3da898b0f1876b95 (patch)
tree7e3cc462659830282d8a48e82930964806b84b2c /test/functional/repositories_controller_test.rb
parent439fffe776a6ee1d30ad1085c4d284ea16e8343a (diff)
downloadredmine-18463cad4d81266266cd72db3da898b0f1876b95.tar.gz
redmine-18463cad4d81266266cd72db3da898b0f1876b95.zip
Typo: s/changset-comments/changeset-comments/ (#22758, #24604).
git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_controller_test.rb')
-rw-r--r--test/functional/repositories_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_controller_test.rb b/test/functional/repositories_controller_test.rb
index 0fc7cfa86..5fec94c37 100644
--- a/test/functional/repositories_controller_test.rb
+++ b/test/functional/repositories_controller_test.rb
@@ -173,7 +173,7 @@ class RepositoriesControllerTest < Redmine::ControllerTest
with_settings :commit_logs_formatting => '0' do
get :revision, :id => 1, :rev => 1
assert_response :success
- assert_select '.changset-comments', :text => 'Simple *text*'
+ assert_select '.changeset-comments', :text => 'Simple *text*'
end
end