diff options
Diffstat (limited to 'test/functional/groups_controller_test.rb')
-rw-r--r-- | test/functional/groups_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/groups_controller_test.rb b/test/functional/groups_controller_test.rb index 7c4c2d598..33502ed0a 100644 --- a/test/functional/groups_controller_test.rb +++ b/test/functional/groups_controller_test.rb @@ -102,7 +102,7 @@ class GroupsControllerTest < Redmine::ControllerTest post :create, :params => { :group => { :name => 'New group' - }, + }, :continue => 'Create and continue' } end |