the Group controller wants to have a lastname on update - which is actually the correct behavior

pull/733/head
Philipp Tessenow 11 years ago
parent 22eb5c1fbc
commit 286ac06e06
  1. 2
      test/functional/groups_controller_test.rb

@ -76,7 +76,7 @@ class GroupsControllerTest < ActionController::TestCase
end
def test_update
put :update, :id => 10
put :update, :id => 10, :group => {:lastname => 'new name'}
assert_redirected_to groups_path
end

Loading…
Cancel
Save