Skip to content

Commit 616a940

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/usage/components/action_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def destroy
457457
end
458458

459459
Rails.application.routes.append do
460-
delete '/action_test', to: 'action_test#destroy', as: 'action_destroy_test'
460+
delete '/action_test', to: 'action_test#destroy', as: 'action_destroy_default_text_test'
461461
end
462462
Rails.application.reload_routes!
463463

@@ -477,7 +477,7 @@ def response
477477
def action_config
478478
return {
479479
method: :delete,
480-
path: :action_destroy_test_path,
480+
path: :action_destroy_default_text_test_path,
481481
data: {
482482
foo: "bar"
483483
},

0 commit comments

Comments
 (0)