Skip to content

Commit

Permalink
Remove stimulus/turbo load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Dec 5, 2023
1 parent 97bc919 commit 6aab34e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spec/system/katalyst/content/content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6aab34e

Please sign in to comment.