diff options
Diffstat (limited to 'test/functional/my_controller_test.rb')
-rw-r--r-- | test/functional/my_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index 5f14c5791..65190e611 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -126,7 +126,7 @@ class MyControllerTest < ActionController::TestCase get :destroy assert_response :success assert_template 'destroy' - assert_select 'form[action=/my/account/destroy]' do + assert_select 'form[action="/my/account/destroy"]' do assert_select 'input[name=confirm]' end end |