summaryrefslogtreecommitdiffstats
path: root/test/functional/comments_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/comments_controller_test.rb')
-rw-r--r--test/functional/comments_controller_test.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/comments_controller_test.rb b/test/functional/comments_controller_test.rb
index 361bcaf75..505065765 100644
--- a/test/functional/comments_controller_test.rb
+++ b/test/functional/comments_controller_test.rb
@@ -31,7 +31,7 @@ class CommentsControllerTest < Redmine::ControllerTest
post :create, :params => {
:id => 1,
:comment => {
- :comments => 'This is a test comment'
+ :comments => 'This is a test comment'
}
}
assert_redirected_to '/news/1'
@@ -48,7 +48,7 @@ class CommentsControllerTest < Redmine::ControllerTest
post :create, :params => {
:id => 1,
:comment => {
- :comments => ''
+ :comments => ''
}
}
assert_response :redirect
@@ -63,7 +63,7 @@ class CommentsControllerTest < Redmine::ControllerTest
post :create, :params => {
:id => 1,
:comment => {
- :comments => 'This is a test comment'
+ :comments => 'This is a test comment'
}
}
assert_response 403