Skip to content

Commit 02d05bc

Browse files
committed
remove test case
1 parent e377c73 commit 02d05bc

File tree

7 files changed

+0
-6629
lines changed

7 files changed

+0
-6629
lines changed

test/sandbox/app/components/turbo_content_type_component.html.erb

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/sandbox/app/components/turbo_content_type_component.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/sandbox/app/controllers/integration_examples_controller.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,4 @@ def multiple_formats_component
7575
def turbo_stream
7676
respond_to { |format| format.turbo_stream { render TurboStreamComponent.new } }
7777
end
78-
79-
def submit
80-
render TurboContentTypeComponent.new(
81-
message: "Submitted",
82-
show_form: false
83-
)
84-
end
8578
end

test/sandbox/app/views/integration_examples/turbo_content_type.html.erb

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/sandbox/config/routes.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
get :slotable_default_override, to: "integration_examples#slotable_default_override"
3636
get :virtual_path_reset, to: "integration_examples#virtual_path_reset"
3737
post :create, to: "integration_examples#create"
38-
get :turbo_content_type, to: "integration_examples#turbo_content_type"
3938
get :translations_in_block, to: "integration_examples#translations_in_block"
40-
post :submit, to: "integration_examples#submit"
4139

4240
resources :posts
4341

0 commit comments

Comments
 (0)