diff --git a/spec/system/katalyst/content/content_spec.rb b/spec/system/katalyst/content/content_spec.rb index 2a1f21c..8c25459 100644 --- a/spec/system/katalyst/content/content_spec.rb +++ b/spec/system/katalyst/content/content_spec.rb @@ -8,16 +8,4 @@ expect(page).to have_text "Dummy app" end - - it "has stimulus configured" do - visit root_path - - expect(page).to have_text "Stimulus loaded" - end - - it "has turbo configured" do - visit root_path - - expect(page).to have_text "Turbo loaded" - end end